Tagged Questions
0
votes
0answers
6 views
Post to Page as user, using a page admin access token
I'm posting to /<page id>/feed using my user's access token for my app, and it happens that my user is an admin on that page. This generates a post on behalf of the page, even though I want to ...
0
votes
1answer
7 views
App Notifications API
I want to use this API in my iPhone App so that App will post a notification to the user:
https://developers.facebook.com/docs/concepts/notifications/
I implemented it in my App:
Was able to get the ...
1
vote
1answer
10 views
Page Conversations API: Error Message for More than 2 Responses
I'm working on building an app that (among other things) uses the Facebook Graph API for Pages to reply to direct messages to a page. I send a POST request to /CONVERSATION_ID/messages as per the ...
1
vote
1answer
406 views
Facebook API to get “watched” movies/TV show list or “read” book list?
My facebook profile recently has been migrated to the new layout. In the about page, I found that movies/TV shows sections have been divided into 3 tabs "Watched", "Want to Watch", "Likes". Similar ...
0
votes
0answers
9 views
How much data does the Singly API curate or exclude?
So I'm playing around with the Singly API and checking out how effective it is with integrating several different services' APIs and providing the developer with a single API to work with.
I noticed ...
0
votes
0answers
14 views
Graph API Returning All Status Results as Undefined
I am creating a search bar that queries Facebook for results. When I type a word to search and click search, I get results but anyone who posted a "Status"....I get a lot of undefined fields. So it ...
0
votes
0answers
54 views
Facebook Permissions pop-up appears then disappears
Basically every time I try and get permissions from the user the little dialogue box appears and disappears almost instantly meaning I cant allow the extended permissions needed for my app. I'm not ...
0
votes
1answer
617 views
Where is the Facebook API Key in the new layout?
well I'm just wondering where the facebook api key went, now all I see is the secret and the app id. But nowhere can I find the api key
0
votes
0answers
19 views
How would I know if a facebook user is followable so I can put follow-box for my app?
I have a one-page app with users and some of them reference their facebooks and some of facebooks are followable and some not. So how would I know (either during validation on user save or before ...
2
votes
1answer
3k views
Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user
I have a Facebook app that does not seem to work no matter what I have tried.
I get the error:
Fatal error: Uncaught OAuthException: An active access token must be used to query information about the ...
2
votes
2answers
123 views
How to get user information with Facebook PHP API
I use the Facebook API and I wish retrieve Facebook information of the connected user. I can retrieve the information in javascript, but I want to get the information to fill the PHP stored in my ...
1
vote
1answer
44 views
How can I get all my posts to other people, not to my timeline?
How can i get, using Facebook Graph Api, all my posts to other people, not to my timeline?
I'm trying to use me/posts , but i get all my posts including to my timeline, and i couldn't separate it
0
votes
1answer
30 views
Facebook App Configuration
My app has been working fine for a long time but now this error comes up during the facebook authentication. Any suggestions to solve this issue
Given URL is not allowed by the Application ...
0
votes
0answers
43 views
Facebook redirect url issue OAuthException
My app was working good for long time, but now i am getting the error from the face saying
Content: {"error":{"message":"Error validating verification code. Please make sure your redirect_uri is ...
-1
votes
0answers
45 views
Facebook. Get user photo url
I need to get user photo url and insert It to database, could you help me with that?
Here is part of code:
$user_profile = $facebook->api('/me');
$coded = $_REQUEST['code'];
$name = ...