facebook-graph-api-v2.0 Questions
8
Solved
I am trying to get my friend name and ids with Graph API v2.0, but data returns empty:
{
"data": [
]
}
When I was using v1.0, everything was OK with the following request:
FBRequest* friendsR...
Zion asked 1/5, 2014 at 21:58
5
Solved
I'm trying to recover the access token via the Instagram Basic Display API but when trying to authenticate the test user I get this error:
{
"error_type": "OAuthException",
"code": 400,
"error_...
Napier asked 21/10, 2019 at 14:53
3
Solved
I am pulling Facebook posts using facebook-graph API, now the problem is Image gets expired after few days.
I have the following URL for a single Image
Old Image URL which got expired
https://...
Thaumaturgy asked 27/5, 2015 at 9:6
7
Solved
Earlier today, the Facebook login flow of our web application stopped working for some users. When we try to fetch the current profile, an error is returned. It claims that the access token we just...
Juliusjullundur asked 1/5, 2018 at 22:1
6
I am looking for a solution which can provide me user id from profile url or fb username
example :http://facebook.com/username
get userid of this url
and also when I try to read friends (I hav...
Attar asked 26/9, 2014 at 14:30
2
I've got a Facebook login implementation (for a website, using the javascript API) for which I want the "email" permission to be required. When the user first logs in, they may deny this permission...
Hideaway asked 12/1, 2015 at 2:23
3
Solved
If you have a Facebook, for instance Zuckerbergs user id '4', or username, 'zuck', how do you get the new app-scoped id with Graph v2.0 using the app's access token? Can't seem to find anything abo...
Autumnautumnal asked 17/6, 2014 at 23:26
1
With v2.0 in effect, the API /me/friends is now limited to the list of friends that have authorized our app. So, this wont help if I need the complete list of my friends.
But facebook also have ad...
Kliment asked 4/7, 2014 at 7:16
3
I used to get the user's username in the API 1.0 fairly easily, using /me and getting the username property of the response object.
Now I'm getting this error with API 2.0:
"(#12) username is...
Bosomy asked 4/5, 2014 at 12:30
1
Solved
I'm trying to connect to the Facebook Graph API via a Google Apps Script but I'm getting an error
I've tried:
function myFunction (name) {
FB.init({
appId : '{your-app-id}',
status : true,...
Portauprince asked 17/2, 2015 at 6:21
3
Solved
I'm the administrator of a small group on Facebook, it has about 40-50 members. Now I'm building a webpage for the group which will authorize users using Facebook Login (I'm using Laravel + SammyK'...
Colubrine asked 14/1, 2015 at 21:17
2
I am trying to share/send a link to friends via the new Facebook Message Dialog which was implemented in v2.0.
I have been following the direction from the docs: https://developers.facebook.com/d...
Nerta asked 22/5, 2014 at 13:32
2
Solved
I'm the author of a Wordpress plugin that leverages the Facebook Graph API. Recently, some Graph calls are failing for new plugin users (only new users are affected). After some digging, I believe ...
Armadillo asked 12/8, 2014 at 4:57
1
Solved
The functionality that I need is to show a list of Facebook friends to the user on the website page with custom design, where the user can select some of them and send invites.
In API v2.0 it's po...
Syllogistic asked 28/8, 2014 at 11:11
1
I need facebook like, share and comment count by passing the post url ("www.example.com/exampleblog") without using fql(as fql is not supported in v2.1).
i dont want the below one
https://graph...
Ecclesiastic asked 12/8, 2014 at 9:18
0
I'm interested to get the poll result from a question I had created on my Facebook profile.
Looking for a solution in the documentation:
https://developers.facebook.com/docs/graph-api/reference/v2...
Ericson asked 6/8, 2014 at 5:46
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...
Deuce asked 25/5, 2014 at 0:2
1
- (void)loginViewFetchedUserInfo:(FBLoginView *)loginView user:(id<FBGraphUser>)user
{
self.profilePictureView.profileID = user.objectID;
self.nameLabel.text = user.name;
NSLog(@"My ID:%@...
Mescaline asked 16/5, 2014 at 5:46
1
Today, Facebook announces its Graph API v2.0 - https://developers.facebook.com/docs/apps/changelog. One permission xmpp_login is no longer available in the new version according to the change log. ...
Stonyhearted asked 1/5, 2014 at 8:43
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...
Refurbish asked 1/5, 2014 at 0:13
1
© 2022 - 2024 — McMap. All rights reserved.