Facebook Graph API is a graph-db style programming interface for languages like PHP, ActionScript, JavaScript etc.

learn more… | top users | synonyms

0
votes
0answers
2 views

firebase + facebook Open Graph

(I am creating a new question cause it will be easy for others to find it) have got the login to work with firebase. trying to get access to the open graph data on the client side itself. I have the ...
0
votes
0answers
5 views

Graph API Explorer with pages behind Http Basic Auth

I want to test Open Graph action with Graph API Explorer. I have prepared a page with proper meta tags but I have it behind HTTP Basic Authentication and I wonder if Graph API Explorer lets me define ...
0
votes
0answers
9 views

How can I call my .ashx handler to retrieve my Facebook token?

I am new to Web handlers. Here is the handler taken basically from the tutorial www.facebooksdk.net. using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace ...
0
votes
0answers
2 views

FQL query to get particular post detail info

SELECT target_id, message,comments,post_id, actor_id, app_id, source_id, updated_time, filter_key, attribution, message, action_links, likes,created_time, permalink,attachment FROM ...
1
vote
1answer
7 views

FB graph API returns error for some public objects

Can't understand why https://graph.facebook.com/<fbid> returns error for some photo IDs and perfectly returns complete data for other photos: Zuck's public photo: ...
1
vote
1answer
10 views

How to use facebook graph api to get all the current employees of a company?

The new graph search on facebook page allows you to search for current employees of a company by typing a query like "Current Google employees" on the top search bar. Now how to do the same via ...
0
votes
0answers
7 views

Unable to get comments in JSON object when requested for /me/home

Before July 2013 breaking changes got released i used /me/home to get the news feed and it has a comments section in respone. If i enable july 2013 breaking changes then comments section is absent ...
0
votes
0answers
11 views

Facebook. How to change text when message shared on user's wall

After user played my Facebook game on his wall auto posting message with direct link to my app, but when It's shared It automatically adds text from my Facebook page description. So I want to ask you ...
0
votes
0answers
4 views

Set Default Activity Privacy to public on app install

I've noticed in my last app that it installs with the Activity Privacy set to "Only me" and when the new permissions dialog shows there's no way to change the privacy from there, and this app installs ...
0
votes
0answers
12 views

show php-generated image into facebook app

I'm trying to show a php-generated image into a facebook app, writing the user name (using graph api) with imagettftext on a server-loaded image; what do you think about this? can you see some ...
0
votes
1answer
17 views

Facebook return com.facebook.sdk error 5 during Friend Wall Post

In my App I used Facebook sdk 3.1 and using that I try to do wall Post. Using This Code Snippet I can successfully wall post Image and Message on Friend Wall and on my own wall.I just change me/photos ...
0
votes
1answer
9 views

Get Realtime Updates from a Facebook page

I am working on a web app that use Facebook login. The purpose of the app is to get information about fan pages that the user has in his account (for which he got admin privileges). I work mostly with ...
0
votes
0answers
17 views

How to use jQuery on Chrome in Facebook environment?

I have a conflict between jQuery and Google Chrome in a Facebook Application creating problem in sliding the image. Which is working fine in Firefox and other browser. The link is : ...
0
votes
1answer
6 views

Get tagged user_id tagged on video using facebook api

I want to get tagged user_ids from Facebook Graph api. I have successfully done that for photo using https://graph.facebook.com/photo_id/tags this gives me the user_ids tagged in the photo. when i ...
0
votes
1answer
17 views

How to Delegate a user to read friend's data on Facebook

I'm new FB programming. When an application get some user's token, this app can only get data from his profile(like,, pages,groups, comments, shares etc..), and cannot read this kind of data from ...
0
votes
0answers
6 views

poist via open graph fail

i'm tried topost via opengraph by using request.executeAsync() but sometimes(very low rate) i get response : {Response: responseCode: unknown, graphObject: null, error: {HttpStatus: -1, errorCode: ...
0
votes
0answers
5 views

The share api about game

I am a developer who would like to connect my application to facebook. Now I got a problem, I have checked all related facebook official document, still not figure it out. Let me describe my ...
1
vote
0answers
12 views

facebook publish_actions - default visibility to friends of friends

I use publish_actions scope to post on user's behalf like so: https://www.facebook.com/dialog/oauth?client_id=%s&redirect_uri=%s&state=%s&scope=publish_actions This shows the user a ...
-4
votes
1answer
13 views

how to like fb pages using graph api [closed]

I am developing an app which requires pages to be likes by using access token of fb users. Currently I used the following URL but it is showing me the likes done by that page. ...
-4
votes
1answer
21 views

Facebook App Token - does it ever expiry? [closed]

Facebook App Token - Do App Token ever expiry? Do App Token ever change? 1 Facebook app will only have 1 App Token, or can 1 Facebook App have multiple App Token?
0
votes
1answer
3 views

Run multi-query fql in graph api explorer

Trying to run this in the Graph API Explorer: "query1":"SELECT uid, message FROM status where uid in (SELECT uid2 from friend where uid1 = me())" "query2":"SELECT name from user where uid in (select ...
0
votes
0answers
16 views

Facebook SDK 3 Android - Simple get values but returned in a function

I want to create specific functions for different user properties facebook. GeUID, getName .... These should return a simple string with information. The problem I find is that these requests are ...
-3
votes
0answers
29 views

My last name “Null” causes name change issue [closed]

My name is Erica Null. I recently got married and would like to change my full name to Erica Null Pellegrin. The Facebook program does not recognize my last name as a "real name" in the Middle Name ...
0
votes
0answers
10 views

Server-side Facebook app invites (with Rails and Koala)

When someone authorizes our app they fill out a form which includes some information and a custom friend selector. Form is submitted to the server and that's when I'd like to send out the app invites ...
-1
votes
0answers
12 views

Implement facebook friends anatomy in application [closed]

I have develop a facebook application using PHP sdk and store user profile data which is sourced from facebook in database. I want to find connection degrees between two users in my application, i ...
0
votes
1answer
4 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 ...
-1
votes
0answers
13 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, ...
-3
votes
0answers
8 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
0answers
17 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
47 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
18 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
8 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
16 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 ...
-1
votes
0answers
32 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 ...
-3
votes
0answers
5 views

Tag Pages in Photographs [closed]

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
9 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
15 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
18 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
17 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
9 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
12 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
59 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
21 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
11 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
16 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
12 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: ...

1 2 3 4 5 285