Using facebook.authorize with the Android SDK does not call onActivityResult

纵饮孤独 提交于 2019-12-01 01:01:00
desgraci

I think this is because you need to add some key to your app in Facebook:

https://developers.facebook.com/docs/mobile/android/build/#sig

But the key is not correctly created when you follow the step-by-step guide, so you got to check for the debugger of the Facebook SDK, to throw you an error telling something like the key you are using is not the same of your app, copy paste and voila!

Peterdk

I don't know the Facebook SDK, but it looks to me you should implement these DialogListener methods. Otherwise you don't get any callback of course.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!