Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.
0
votes
0answers
3 views
Include a screenshot of the story as it appears on a user’s timeline
I have submited my Facebook app recently and I got the feedback from facebook that my app didn't include the screénhot of the sory as it appears on a user's timeline. But the problem here is I cannot ...
0
votes
0answers
9 views
Stange FQL error
I have a problem with a FQL query but I not know the problem:
the fql query is:
@"{"
@"\"event\":\""
@"SELECT name, description, pic_small, pic_big, eid, venue, ...
0
votes
0answers
24 views
check if user clicked facebook “like” button
In my view:
<fb:like href="https://www.facebook.com/mypage" send="" layout="button_count"></fb:like>
<div id="fb-root"></div>
<script ...
-3
votes
0answers
5 views
error of authorization through facebook
after authorization attempt through facebook on error http://forum.dj.ru is displayed:
app name - forum.dj.ru
...
0
votes
1answer
12 views
Facebook - Uncaught OAuthException: An active access token
I have this error that appears quite often, could you help me to correct this error.
Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current ...
1
vote
0answers
15 views
Facebook Insights API not returning all values
Using the Facebok API Explorer I just get a few values back from Facebook. I have an app that calls this API as well. Last week this was working properly, getting all values described here: ...
0
votes
0answers
15 views
Facebook Graph API: read posts by other apps on users wall
this is my first question on stackoverflow. Tried searching for this but none of the answers helped.
The problem is that im trying to use Graph API's read_stream permission to read the users stream. ...
0
votes
0answers
4 views
how to access uid + accesstoken outside of FB.Event.subscribe?
Im sucessfully run FB.Event.subscribe and can output the uid and accesstoken from within that function - however im wondering how i'd go about accessing uid and accesstoken from basically anywhere?
...
0
votes
0answers
15 views
How do I get my app to post a notification on Facebook?
I've been trying to find this everywhere but can't seem to find it:
http://cl.ly/image/2v3i3D28383y
What would I have to do in order to get a notification to show up? Insert an object via Open ...
0
votes
1answer
23 views
Facebook Open Graph and User Email
I am created my first Facebook Open Graph App. I would also like to be able to get the email address and other details of the user who used the app.
I came across the solution at How to get Users ...
-2
votes
0answers
4 views
Tag Pages in Photographs
I need to make it possible for Facebook users to tag my page in their own photographs. I have looked up how to do this and changed from an 'organisation' to 'people'.
However, it is still not ...
0
votes
0answers
7 views
facebook doesn't make notifications when making invite + invite to different url
I have a website and I wish to make "invite friends" button for this website. Therefore I created facebook app and in the "Select how your app integrates with Facebook" / "Website with Facebook Login" ...
-1
votes
0answers
10 views
Accessing Feed (posts) of an Unpublished Page via the Facebook API
Is there a way to access the Feed of an Unpublished Page in Facebook via the Graph API?
The command used is: https://graph.facebook.com/page_id/feed?access_token=
When I try, no data is retrieved ...
0
votes
0answers
15 views
C# Asp.net, Getting facebook insights to json successfully done but only works with “since”
I got the access token, every thing worked fine last week, but today nothing works
the url is the same!
https://graph.facebook.com/*app_number*/insights?access_token=blablabla
I also included the ...
0
votes
0answers
12 views
Android Facebook Graph Dialog content are not fully visible
After lots of googling, I could not find any solution of my problem.
The Facebook dialog with Graph APi is not completely visible in small resolution's device.Few days back, it was fine but toady I ...
-3
votes
0answers
12 views
Get user pages when he admin [closed]
I create a page. How I can get list of pages when I am admin ?
![enter image description here][1][1]: http://i.stack.imgur.com/TN9n0.png
0
votes
0answers
7 views
facebook is not returning the number of feeds as defined in limit
I am using 'https://graph.facebook.com/user_name/feed?access_token=accessToken&limit=5'
url to fetch the feeds on the wall of the user.
I am aspecting to get 5 feeds per page while navigating ...
-1
votes
0answers
11 views
Graph API “can_comment” FIELD is not available for page tokens
I am trying this Graph API request to find out if it is possible to reply on selected comment:
{comment_id}?fields=can_comment
In Graph API Explorer (testing console) it works.
{
"can_comment": ...
-1
votes
0answers
10 views
Facebook Graph api navigation issue: previous url not returning the correct feeds
I have issue with the previous and next urls return from facebook graph api.
Each time on using the previous url, I am getting navigated to page 1 feeds.
'previous' url is not returning me the feeds ...
0
votes
1answer
58 views
Facebook calls end in redirect until timeout
I've been working on this for days, and I couldn't find anything to solve it. I have two scripts: getPhotos.php and getVideos.php. If I run one or the other, everything works perfectly ok, any of them ...
0
votes
0answers
20 views
from which table to get users access token?
I have the following code
<?php
include('facebook/fbmain.php');
if ($user){
try{
$fql= "select access_token FROM users WHERE uid =".$user;
$param = array(
...
0
votes
0answers
10 views
How to Reply on Comment via Facebook Graph API?
I am trying to reply on selected comments in help with this Graph API Request:
POST: 259935357480825_1069893/comments?message=test
It works in Graph API Explorer (Testing Console), but if I use my ...
3
votes
1answer
13 views
Inviting facebook friends to an application
I'm creating an application where in I'm creating stories. So for each stories I want to invite my facebook friends to collaborate something. So which is the best way to invite? Is it apprequest or ...
0
votes
0answers
14 views
how can I store users access token in my text file
I am new to facebook app development and I am creating an app which requires the access token of the user to be stored in my DB or somewhere in my hosting. I am currently using following script.
...
0
votes
0answers
11 views
How do I get all details about items on a user's Facebook wall?
My app is displaying a user's Facebook feed data (ie wall posts).
The problem I'm having is getting all of the info for the types of post which alert the user to an action they have taken on another ...
1
vote
0answers
11 views
Extended Facebook Access Token Not Working
I have an app that uses the JavaScript SDK to get one of the Facebook 2-hour "short-lived" tokens. I then take this token and send it to the endpoint below:
...
0
votes
0answers
13 views
FbGraph OAuthException Invalid OAuth access token
I am using FbGraph in my Ruby on Rails app along with Omniauth. I am using the server-side method to get the long-term (60 day) access token for the user and then storing it in a session variable. ...
0
votes
0answers
7 views
Facebook Graph API login window size
Using the facebook Actionscript Graph API to upload videos to a users page.
I need to somehow increase the size of the default modal login window.
Does anyone know if this is possible?
0
votes
0answers
17 views
How to use adobe gaming sdk native extension to access facebook api
I am looking around for different ane options and found one from adobe. Reading the documentation from http://www.adobe.com/devnet-docs/gamingsdk/anedocs/ I am not able to find an answer. How would I ...
0
votes
1answer
11 views
Any way to use elements of FQL attachment media array in multiquery?
I need to get the list of comments for each item in a user's news feed including comments for any media in the feed items.
I'm trying to avoid multiple FQL query roundtrips, so I'd like to use ...
0
votes
1answer
24 views
Maximum message count - Facebook PHP api
i am working on a facebook app and since its my first facebook app, i facing some problems with PHP-api.
I want to fetch the name and profile id of the sender who sent maximum no. of messages. I am ...
0
votes
1answer
19 views
Facebook notifications - need permission or not?
Here is what I'm seeing in the docs:
Apps can send notifications to any existing user that has authorized the app. No special or extended permission is required.
Okay, sounds good. I'm using the JS ...
0
votes
0answers
4 views
Facebook loads og:image, + one extra random image?
I have these og meta tags in place:
(I'm replacing the actual values with examples here, it's a client's site and I'd like to be descrete)
<meta property="og:title" content="Article title"/>
...
0
votes
0answers
11 views
How to show a public facebook page album in view controller (collection view?)
Have been searching google for a couple of hours but cant find any specific answer. At this moment I just want a "quick" fix if it is possible or not. I have plans in practicing with the facebook sdk, ...
0
votes
1answer
18 views
iphone - return fbid to use it in json web service to receive data
I've been looking around, saw similar posts, but nothing like this that could give me answers. This is my setup and flow of the app:
User has to login via Facebook, using Facebook Graph. LoginView ...
0
votes
0answers
3 views
Notifications - delayed, not working or deprecated?
I'm making a web app that integrates with Facebook and I would like to send notifications to my users. I googled a lot, searched here and read the docs, but I can't make it work. I'm trying to send a ...
0
votes
0answers
10 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
0answers
10 views
FB Graph API - How to specify 2 different objects in a sentence
Facebook announced Flexible Sentences for graph stories. I would like to have my sentence published like this:
John Doe submitted {submission.title} to {campaign.title} on AppName
But whatever I ...
-2
votes
1answer
22 views
Get facebook post of user [closed]
I know how to fetch user's facebook post if i had his token number but those post are simply in text form, how to show user's post in my website if the post contain some link, photo, or other than ...
0
votes
1answer
34 views
firebase + facebook front end - Front end query
I am trying to do a facebook login for my firebase app. This is the first time I am using a FB login. I went through the article and small tutorials. But I am stuck at the front end
i.e the button ...
0
votes
0answers
30 views
FQL query list of friends that allows apps to access their photos
I am using the iOS Facebook SDK for my application. My app needs to access to user's friends photos.
However some users denies apps to access their photos. What I would like to do is to filter those ...
1
vote
1answer
26 views
How can I show the number of facebook likes for a page?
Let me start by saying that I'm a newbie to coding, so it's probable that I'm missing out on the absolute basics...
I'm working on a phtml file (done by professionals) and trying to show the number ...
0
votes
0answers
6 views
'FB uid' is available from fbAsyncInit - how do I make it available for my included .js file
Im currently successfully doing a Facebook login with the Javascript SDK.
In this process I can get and print out my uid with the following code:
// all the window.fbAsyncInit stuff up here
...
2
votes
1answer
14 views
How to post to a Facebook fan page using fb sdk in IOS
I'm creating an app and that app has a FB fan page. For all Users of app need to post on that app's fan page using the app. How can I do this? Can any one help?
0
votes
0answers
15 views
Access multiple response variables outside of FB Api Call
I am new to using the FB Api and until now I figured out that I cannot access response variables outside of the FB API call since it is an asynchronous call. However I need to access them somehow. I ...
0
votes
1answer
37 views
Graph API search not working
Earlier i was searching for students of a particular institute on facebook using -
https://graph.facebook.com/search?q=sgsits&type=user&access_token=abcd..
But it has now stopped ...
0
votes
1answer
17 views
Posting to Facebook App page wall as the App Page in python
I am trying make a post on my apps page wall as if it is coming from the app page (not another user) After researching I seem to find no solution that actually works!
I have tried to follow the ...
0
votes
1answer
26 views
Get user name and surname by user id FB Api
In the Facebook API is there a way in which I can get a user's name and surname by user id?
I am using FB API in my ASP.NET MVC application and I am using the MultiFriendSelector to let the users ...
0
votes
2answers
29 views
Get the 20 most recent photos from an album (JSON)
I'm trying to get the 20 most recent photos from an album using the following JSON feed: (link)
My code currently works, the only issue is they aren't the most recent photos from the album:
<?php
...
0
votes
0answers
19 views
Unable to pull most page insights metrics using Graph API
I am attempting to pull page insights metrics using the Facebook Graph API Explorer, but only a handful seem to be accessible. After failing to pull these metrics using the "read_insights" permission, ...

