facebook-friends Questions

3

I'm trying to add user_friends permission from facebook in my app. But I'm unable to test this feature cause i'm unable to get user_friends permission for test users. I have tested my feature on ...
Delmydeloach asked 12/7, 2019 at 15:26

3

Solved

Is it possible to remove a friend relationship between two FB users through the API? I'm thinking that it's not, but (if not) is it possible to at least bring up a dialog that would let the user re...
Augustina asked 10/11, 2011 at 23:12

11

Solved

I'm using the most recent version of the Facebook SDK (which lets to connect to something called the 'graph API' though I'm not sure). I've adapted Facebook's example code to let me connect to Face...

3

I saw your post about sending messages to your Facebook friends via the IOS Facebook sdk, I was wondering if there is a way to send a private message as well to these friends. If not, is sending...
Ramonramona asked 14/4, 2011 at 15:16

7

I have tried to get the facebook friends list for an IOS app, but receiving empty response from facebook. How to get face book friends list in swift?
Tamtam asked 3/4, 2015 at 8:2

2

Solved

I use facebook login in my app. Once the users are logged-in I can get their basic facebook info such as display name, email, and phot url. I'd like to get their facebook friends list. I think I ca...

9

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

6

Is there anyone who knows how to get a friends list of email address using Facebook PHP SDK?
Sourdine asked 10/1, 2012 at 2:33

11

Using the Facebook iOS SDK, how can I get an NSArray of all my friends and send them an invitation to my app? I am specifically looking for the graph path to get all of the friends.
Rhapsodist asked 10/7, 2011 at 3:17

1

Solved

I'm developing a social android trivia game. When a user challenges to a game a friend, who doesn't have my trivia game installed, i'd like to send him a custom url to download the app from the mar...
Nuncia asked 23/8, 2014 at 21:14

1

Solved

I'm trying to get all friends, of a user that logged into my application. I can't use this API [friends]: https://developers.facebook.com/docs/graph-api/reference/v2.0/user/friends Beca...

1

Solved

A while ago, I used to take the friends of mine using Graph API in this way (using Graph API Explorer): /me/friends Everything was perfect but now, with 2.0 version, I saw that this way do...

9

Can anyone help me to send message to facebook friends using graph api. I tried $response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message"); It's not wor...

4

I want an "Invite Friends" link on my website where you click it and you get a Facebook dialog that asks you to choose which of your friends you'd like to invite. Those friends then either get an a...

6

I would like to get friends of friends via an API call and when I try to do it, I get the following exception, { "error": { "type": "OAuthException", "message": "(#604) Can't lookup all friend...
Gelasius asked 29/9, 2010 at 3:52

2

I want to know how to send app request to all my facebook friends from android app. I tried in graph API. But, couldn't get it done. https://graph.facebook.com/apprequests?ids=friend1,friend2&...

2

I can get the friendlist by [facebook requestWithGraphPath:@"me/friends" andDelegate:self]; But the list contain all the friends, how could I get the friendlist that only played the app.
Sneakbox asked 31/10, 2011 at 6:53

2

Solved

Follow up to this question for Facebook Friends.getAppUsers using Graph API that pulls friends using app by https://graph.facebook.com/me/friends?fields=installed is it possible to get date of jo...

2

Solved

I am working on integrating Facebook into my iOS app and am wondering how to load Facebook friends into a table view so that the user can select friends to invite to the game, similar to how it is ...

3

I am using the FB graph api to get a list of my friends' friends using: https://graph.facebook.com/<id>/friends?access_token=<token> Now the weird thing is that this works for some o...

4

Solved

I am trying to do a very basic thing with the new Graph API. I already know how to get my friends: "https://graph.facebook.com/me/friends?access_token=4333ed34d..." But if I have a friend who's I...
Molotov asked 6/8, 2010 at 12:19

8

Solved

I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application. I have read the documentation, how do...
Kosse asked 6/5, 2010 at 23:2

2

Needs to resolve that procedure. Now using the new javascript sdk, inside my "iframe tab". Select friend(s) Post in their wall. 1: not solved I couldn't find a way of poping a "se...
Dachi asked 1/3, 2011 at 21:54
1

© 2022 - 2024 — McMap. All rights reserved.