开发者

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

开发者 https://www.devze.com 2023-03-13 18:09 出处:网络
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

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

精彩评论

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