Skip to main content

All Questions

0 votes
0 answers
24 views

FBSDKGraphRequest don't work if access token out of time(iOS)

I'm developing SDK for Facebook(meta) and use FBSDKGraphRequest to get some data. As the demand of access-token, I want to test the case that access-token has been invalid(mostly out of time), so I ...
wcyiming's user avatar
0 votes
1 answer
131 views

Why google chrome return old facebook app_id when i try to social login facebook in wordpress?

I'm a beginner and I'm trying to integrate the facebook sdk into my custom login form to allow users to log in via social. I think I'm at a good point, the code responds perfectly to the commands but ...
Snorlax's user avatar
  • 223
0 votes
1 answer
313 views

How to get post notifications from Facebook page you follow

I am trying to make a python script that queries post notifications from a page I am following on Facebook using Graph API. However, it seems that Facebook made it more restrictive after the Cambridge ...
bss's user avatar
  • 3
3 votes
1 answer
555 views

What is this? (Facebook Offline Conversions API) Error #21009 - The data set upload is temporarily not ready

We have been uploading to Facebook's Offline Conversion API for the past 3 weeks with no issues. Suddenly, Facebook is returning this error: (#21009) The data set upload is temporarily not ready. ...
Tim B's user avatar
  • 31
-1 votes
1 answer
364 views

How to check User facebook page like or not in v3.1

I have crated app on this link https://developers.facebook.com/ My app version is v3.1. I have use facebook api only scripting. I want to check current user is like facebook page or not,If user is ...
Sundar's user avatar
  • 140
0 votes
1 answer
58 views

Facebook SDK on iOS Graph How to return video list

I have a graph request like: FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/me/albums" ...
rickrvo's user avatar
  • 535
2 votes
0 answers
184 views

Facebook's Graph Picture returns 429 over IPv6

I'm using Python FaceBook-SDK to retrieve the avatars from the users on my site. The request made to https://graph.facebook.com/USER_ID/picture?width=300&height=300 returns a HTTP Status Code 429 ...
ignabe's user avatar
  • 2,320
0 votes
0 answers
170 views

how to use facebook access token that has already been saved in my database to post on facebook

I used the facebook api to collect users facebook long-lived access token on my website and saved them in a database. now I want to retrieve them from the database and post on their wall. however I ...
ADEMESO DAMILARE's user avatar
0 votes
1 answer
148 views

Facebook javascript group feed

function info(){ FB.api("/169016859823150",'GET',{fields:name},function(response){ document.getElementById('demo').innerHTML=response.name; }); } So I have the code ...
scratcy sealz's user avatar
1 vote
1 answer
588 views

Using FB sdk to let user login but screen stuck at Loading

I'm using the FB Sdk to let a user login through FB but on clicking the Continue with Facebook button the screen is getting stuck at Loading... Below is the screenshot. This is the code I'm using ...
TheC's user avatar
  • 11
1 vote
2 answers
434 views

Facebook Graph API - Get friends attending an event?

I'm able to get a list of all attendees using the Facebook SDK, FB.api("/{event-id}/attending", function (response) { if (response && !response.error) { /* handle the result */ ...
om_jaipur's user avatar
  • 2,176
0 votes
0 answers
68 views

Uncaught Error: Call to undefined methodFacebookRequest::execute()

I'm having the same error while I'm trying to get ratings of a page using php graph API. I'm making graph api call, and it's giving me a fatal error. Below is the code I'm using: <?php ...
Shivam Sharma's user avatar
1 vote
0 answers
265 views

Posting to Facebook only available to admin c#

I can successfully post to Facebook, however the posts are not public that everyone can see, only the primary page admin. Even after manually going through each post and "approving" them they are ...
Michael Wood's user avatar
0 votes
0 answers
17 views

Making a facebook app that modifies the 'create event' forms

I just signed up as a facebook developer, and I have an idea that I'd like to pursue - the problem is that I am not sure it is even possible. My app would add some functionality to facebook events - ...
Ken B's user avatar
  • 253
1 vote
1 answer
174 views

Graph api version upgrade issue

My facebook graph api version got upgraded from 2.2 to 2.3 automatically and now I am getting the error as : The www.facebook.com page isn’t working www.facebook.com redirected you too many times. ...
Developp's user avatar

15 30 50 per page
1
2 3 4 5
12