Questions tagged [facebook-friends]

Questions related to Facebook Friends with facebook SDKs.

You can ask questions about usage of facebook friends in different SDKs like.

  1. Getting facebook friends list
  2. Checking facebook friends or not
  3. Messaging Friends
  4. Getting app friends
  5. Invite friends
  6. etc.
143 questions
0
votes
2 answers

get some data of user's friends - Facebook / FQL

I'm creating an app where user will be able to select some of his friends then the app will do some job on the selected friends. My question is =-> Can I directly write this FQL? SELECT uid, name, pic_square FROM user WHERE uid = $friendUID Or Do…
Sourav
  • 17,065
  • 35
  • 101
  • 159
0
votes
1 answer

Facebook API v6.0 to find mutual friends

With the most recent version (6.0) of the Facebook Graph API, there are no longer endpoints to find mutual friends between two users or get the friends list of a user. If I want to find the number of mutual friends of two users on my app, how would…
0
votes
0 answers

Ruby on rails 6 app, how get friends from facebook who use same app?

For authorization in the application, I use the login via the facebook, through the gem 'omniauth-facebook'. But stuck at the moment how to get a list of friends who also use my application(logged in), and display the result on a separate page. And…
0
votes
0 answers

App rejection issue when submit to Facebook for review

I have integrated Facebook SDK for the first time. I have submitted it to Facebook for review and its got rejected. Now let me tell you the steps I followed and the issue where I am going through. Created an app with Facebook email, public_profile…
Narendra Pal
  • 6,474
  • 13
  • 49
  • 85
0
votes
0 answers

Is it still possible to access my App User's Friends with Facebook Graph API ? Is it deprecated?

very confused with the Facebook Developer documentation. There is a mention of user_friends having been deprecated back in April 2018, but unclear which interaction with a User's Friends is not allowed anymore. In our case, we would like to allow…
Walter C
  • 23
  • 1
  • 6
0
votes
1 answer

App keeps getting rejected for user_friends - Facebook

Basically Facebook keeps rejecting our app for our request to utilise user_friends but won't give us any reasoning as to why, which is super helpful. I'm not the most technically gifted in the world so please speak slowly and point! The info I have…
0
votes
1 answer

taggable_friends are deperated from april 4 2018

The api was working fine till last week but now its responding with an empty array. when i visit the FB official graph api document i.e. https://developers.facebook.com/docs/graph-api/reference/user/taggable_friends/ It says that it has been…
0
votes
1 answer

Aquiring larger friends image from pacebook graph

while http://graph.facebook.com/$id/picture gives me the given ID profile image at 50*50 size and http://graph.facebook.com/$id/picture?type=large gives me the given ID profile image at 200*200 size I'm a bit struggling with the…
likuku
  • 358
  • 6
  • 21
0
votes
1 answer

Facebook All Mutual Friends API Feature Review Requirements

I'm using Facebook All mutual friends API to return number of all mutual friends (app-using and non-app-using) between a user and another one that is their friend. However the All Mutual Friends API feature review requirements are very unclear and…
mding5692
  • 806
  • 1
  • 10
  • 34
0
votes
0 answers

Search friends within Facebook friends list using Graph API

How do we search for a user by name within user's friends list. I"m able to fetch whole friends list using this api... "https://graph.facebook.com/v2.9/#{facebook_id}/friends?access_token=#{access_token}" But I'm not sure how do we query within…
Feroz
  • 699
  • 5
  • 17
  • 25
0
votes
0 answers

How do I get list of facebook friends using jquery autocomplete and graph api in javascript

I'm making a facebook app (sort of), where people can answer questions and rate their friends, I've gotten past the authentication and can get the user's fb name and profile picture, but after signing in, there's a big search field where you can…
0
votes
1 answer

Webdev Facebook API friends return an object array[1] however I cannot access it via javascript

I need help parsing the friendsList object returned by [below] into JavaScript. FB.api('me/friends', function(response) {}); I want to parse "response" into an array I tried response.forEach ... I got: Uncaught TypeError: friendsObject.forEach is…
0
votes
0 answers

How to send Facebook notifications using API - to all friends of a user?

I have been looking for a solution to this from last few weeks now. As per Facebook docs, https://developers.facebook.com/docs/facebook-login/permissions#reference-user_friends In order for a person to show up in one person's friend list, both …
TheKalpit
  • 1,426
  • 1
  • 14
  • 26
0
votes
0 answers

How to get friends of users not using my app (Graph 2.4)

as there were recent changes in Facebook APIs, rights and endpoints, I would like to open this question once again as I spent almost 2 hours by searching for answer without reasonable answer. My app (web-based-only at now) is based on…
0
votes
1 answer

No permission to access invitable friends

I am developing an android game app and want to get a list of Facebook invitable friends. Unfortunately I hit this error: Response: responseCode: 400, graphObject: null, error: {HttpStatus: 400, errorCode: 100, errorType: OAuthException,…
Wei Loon Wong
  • 450
  • 1
  • 7
  • 23