Getting Facebook Profile URL from Facebook App-scoped id -
i learned starting facebook api 2.0 , users registering apps unique facebook id specific app. in application, need user's profile url. response calling graph's "/me" path looks this: https://facebook.com/app_scoped_user_id/{app_scoped_user_id}
but not take me user's profile unless logged in. whereas using real facebook id take me public profile regardless of logged-in state.
my question is: how public user profile url app-scoped facebook id, or how real facebook user id app-scoped id?
thanks.
Comments
Post a Comment