I am trying to deeply bind to a user profile in a facebook iOS application from my application. To do this, I need to open the url fb: // profile / {profile-id}. However, the api V2.0 graph does not return the original user id. I just get the application id. Because of this, I cannot link to the user profile. Any idea how to get the profile ID, or is there any alternative way to disable the user profile (and not just the registered user) in the facebook application?
source
share