Yarh
Yarh

Reputation: 4607

Facebook id obtained from android sdk is not same as obtained from graph

I followed https://developers.facebook.com/docs/android/getting-started A minimum viable social application to get facebook id of my account and i've got 604581512992029. When i check with https://graph.facebook.com/frakc.stran the id is 100003205573681. Whichi Id i should use?

Upvotes: 0

Views: 62

Answers (1)

Tobi
Tobi

Reputation: 31479

This is because you seem to use two different Facebook apps, and therefore receive two different app-scoped user_ids.

Have a look at my answer here: Share Facebook User ID between more than one application

Upvotes: 1

Related Questions