开发者

what is the use of facebook.authorizeCallback() method in facebook-android sdk?

what is 开发者_StackOverflowthe use of **facebook.authorizeCallback()** method in facebook-android sdk?


This method must be invoked at the top of the calling activity's onActivityResult() function or Facebook authentication will not function properly! If your calling activity does not currently implement onActivityResult(), you must implement it and include a call to this method if you intend to use the authorize() method in this SDK. For more information, see http://developer.android.com/reference/android/app/ Activity.html#onActivityResult(int, int, android.content.Intent):this is what is given as api description

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜