Skip to content

Instantly share code, notes, and snippets.

@hirogasa
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hirogasa/7268cd47a042f645bdd1 to your computer and use it in GitHub Desktop.
Save hirogasa/7268cd47a042f645bdd1 to your computer and use it in GitHub Desktop.
FacebookのJavaScript SDKでバージョンを1.0から2.xに上げたらAPIが叩けなくなった人へ ref: http://qiita.com/hirogasa/items/788f089411c5c4f5d0df
FB.init({
appId: '123456789',
version: 'v2.2',
xfbml: true,
status: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment