Top "Facebook-friends" questions

Questions related to Facebook Friends with facebook SDKs.

Send private messages to friends

I need to get via Facebook connect user's info and send a private message to all of his friends. Is …

facebook facebook-graph-api fb.ui facebook-messages facebook-friends
Getting list of Facebook friends with latest API

I'm using the most recent version of the Facebook SDK (which lets to connect to something called the 'graph API' …

php facebook facebook-php-sdk facebook-apps facebook-friends
Get ALL User Friends Using Facebook Graph API - Android

I'm trying to get all friends, of a user that logged into my application. I can't use this API [friends]: …

android facebook facebook-graph-api-v2.0 facebook-friends
how send message facebook friend through graph api using Accessstoken

Can anyone help me to send message to facebook friends using graph api. I tried $response = $facebook->call_api("/…

php facebook facebook-graph-api facebook-messages facebook-friends
Get facebook friends with Graph API v.2.0

A while ago, I used to take the friends of mine using Graph API in this way (using Graph API …

facebook facebook-graph-api facebook-friends facebook-graph-api-v2.0
Facebook 'Friends.getAppUsers' using Graph API

I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for …

facebook facebook-graph-api facebook-friends
Facebook iOS SDK - get friends list

Using the Facebook iOS SDK, how can I get an NSArray of all my friends and send them an invitation …

ios objective-c facebook cocoa-touch facebook-friends
Using Facebook API to invite friends?

I want an "Invite Friends" link on my website where you click it and you get a Facebook dialog that …

facebook facebook-graph-api facebook-javascript-sdk facebook-friends facebook-invite
How can I get facebook friends list email addresses?

Is there anyone who knows how to get a friends list of email address using Facebook PHP SDK?

facebook email facebook-friends
Send Facebook App Request/Invite using Graph Api

I have the following code that would get ur friends list using graph api function getFriendsList(){ $response = $this->api(…

php facebook sdk facebook-app-requests facebook-friends