Facebook login issue unable to get user's actual facebook id

我的梦境 提交于 2019-12-06 07:27:04

What you're seeing is the difference between an app-scoped user_id which was introduced with the Graph API v2.0, and the global user_id.

Have a look at https://developers.facebook.com/docs/apps/upgrading#upgrading_v2_0_user_ids for the details.

This question was just a misunderstanding. All the versions were receiving profile id different than the actual profile id. In android I had a separate dashboard configured so I was receiving different id. Note the id will be same for the same project in the same dashboard with same account.. Hope this helps someone.

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