I want to get friend list from facebook by using facebook api. Is it working or not. Can you help me by giving accurate information ?
You are only able to get the friends list who are using your facebook application.
Related
What I'm trying to do is Authorize my Facebook APP to manage user profile and get their list of conversations and list it in my site and also they can reply on the conversations through my site is this possible to do?
If not possible do you have any suggestions.
Thank you in advance happy coding
How can I get latest tagged friend post/comment/media whatever user tagged or friend of user tagged it. Is it about mention-tagging ?
FYI : The idea of app that I trying to do is get how many days since user and selected friend were in the same post/comment/media ?
/me/taggable_friends is for tagging only, so you would only be allowed to use /me/friends - and that endpoint will only return friends who authorized your App too, so the App idea is not really possible when it comes to friends.
About getting the tagged photos, there is information and example code in the docs: https://developers.facebook.com/docs/graph-api/reference/user/photos/
I use graph API Facebook to get list of a place I have been there (https://graph.facebook.com/myuserid/feed?with=location) and return place id. And I want to know my facebook friends that ever been there too by place id. Is it possible?
This is not really available in the Graph API. What is possible is to get the friends which have been tagged at a specific place_id.
See
https://developers.facebook.com/docs/graph-api/reference/v2.4/page.context/friends_tagged_at
But even there you have the restriction that
Only friends who use the requesting app will be returned.
I'm trying to figure out how to find how many of my friends and there basic information who has studied in the same school/university i have studies.
I am using https://developers.facebook.com/tools/explorer/ tool of facebook.
I can i put condition in education field.
If i want to get list of friends of friends then how can i get that?
This is not possible using FQL and Facebook Graph API.
I'm trying to get logged user friends list, through Facebook Login with accepted permissions. As i understand it returns only those users who are accepted permission of the same app.
But, when i'm just opening https://developers.facebook.com/tools/explorer/ , choosing "Graph API explorer" and entering -> /me/friends i get just three random friends. Why is it so?
Can someone help to understand how to get all friends of a logged user throug facebook login? Or it's not possible anymore?
Thanks
It's all in the docs at https://developers.facebook.com/docs/apps/upgrading#upgrading_v2_0_user_ids, and there are multiple questions/answers about the same topic during the last days available via the search of Stackoverflow, e.g. retrieve full list of friends using facebook API
If you are using Facebook API v2.0 /me/friends will only return friends that are using the app and not all friends. And there is nothing you can do to get all friends
If you created your app after 4/30/2014 you have to use v2.0.