I am creating an app and would like people using the app to find friends using the same app on Facebook. Any help on this would be great.
I know this can be done. I have seen it on Instagram and Tiger Woods 12.
|
|
|
Once you've authorised the user and obtained an access token, you can quickly determine which of their friends have already authorised your app with a call to For the users' friends who have already authorised the app, the result will look like this:
and for the users who have not already authorised the app, the result will look like this:
If you're doing this in the iOS SDK you won't see that exact return value, but the SDK should put the results into a data structure you can use, and check for the presence of the 'installed' item You can also request additional User object fields other than just 'installed', but this is just a quick example to show you how to get the list of friends that use the app |
|||||
|
|
I have solved this problem in very easy way Step 1= first download FbGraph API Step 2= use this code for authentication
Step 3= Copy fbGraphCallback: Method from sample code and put in your controller Step 4= Use this code to get Friends and it will give u the list of friend and who have same app install They look like
Code is =
Thats it!!!!!!!! |
|||
|
|
|
I know 'iphone' is tagged in the question, but still this answer might help others who will reach here:
|
|||
|
|