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

learn more… | top users | synonyms

-1
votes
0answers
62 views

How to get new Facebook posts using Facebook sdk for android? [closed]

I want o regularly check for new posts or feeds in my Facebook news feed? What is the most efficient way to get only new feeds after my previous call. I have Facebook SDK and session already ...
-1
votes
0answers
11 views

Books that are readable online… proper og:type to use for individual chapters?

I've created a site where people can read public domain books for free. Every book has a title page, and chapters of the book are child pages of the book title page. So the structure is like this: ...
-3
votes
1answer
25 views

Sending Notifications to millions of users [closed]

let's say that I have created a nice facebook application, for example a game or a log-in application to a website, and I reach 1,000,000 users or more. Can I send notifications to all these users? ...
0
votes
0answers
11 views

Is it possible to configure one Facebook app to be used across multiple sub domains?

Can I use multiple sub_domains by specifying single app_domain? And how to deal with the term of login with facebook when I am using multiple sub_domain?
-2
votes
0answers
25 views

How to get email and name through facebook api [closed]

How to get email and name through facebook api i got the followig fields only [fb_518308928228767_user_id],[id],[link],[email],[timezone],[locale],[verified], [updated_time] i want email and name ...
-2
votes
0answers
20 views

How to save response id in php variable -facebook api [closed]

function updateStatusViaJavascriptAPICalling(){ var status = document.getElementById('status').value; FB.api('/me/feed', 'post', { message: status }, function(response) ...
1
vote
0answers
15 views

Is there anyone who is really able to get facebook page feed through realtime updates?

I was trying to setup a realtime update for one of my facebook app from a facebook page. I have tried each and every process described in facebook official api docs as well as other developers blogs. ...
-1
votes
0answers
49 views

How to show Facebook Like Button for fanpage on a website link share? [closed]

How can I put the Like button of my page in the share box (which shows data from my website, obtained by the open graph meta tags), when someone share the link on facebook? Like this site bellow: ...
0
votes
2answers
262 views

An active access token must be used to query information about the current user

I keep getting the error in the title, while using a simple code: require_once('sdk/src/facebook.php'); require_once("AppInfo.php"); function idx(array $array, $key, $default = null) { return ...
0
votes
0answers
9 views

Activity Feed plugin invalid action

Activity feed plugin is displaying my custom action is invalid "The following action types are invalid: complete". I have published this action several times from different users so that I can have ...
0
votes
0answers
35 views

Photo upload with javascript

I want to upload photo via Facebook graph API in Javascript. I have php file in which i have all the necessary stuffs which uploads photo to users wall and album too. What i really need is that i want ...
-1
votes
1answer
28 views

How to delete recent post published by facebook application

I am auto posting on user wall with php now i want to put a link or button to allow user to delete recent post published by application please help me for it
0
votes
0answers
19 views

Open Graph meta data won't load until after being parsed by the debugger?

I added open graph meta data to all the articles in a site, however, when I attempt to post an article link on Facebook, the meta information isn't loaded. Then, when I insert the URL into the ...
-2
votes
0answers
67 views

Infinite looping php [closed]

I have a facebook app and I have a problem with a php file. I can't access the script because it's infinite looping until timeout. What is wrong? Here is my code: <?php include '../utils.php'; ...
-5
votes
1answer
39 views

Facebook User's liked movies [closed]

I am new to android applications and I have to built an android application which login to user's facebook profile and get all user's liked movies genres. I find out from graph api explorer that i can ...
0
votes
0answers
17 views

Facebook share presenting extra thumbnail image to users

I am currently developing a new website for my company, and part of that is a 'Share of Facebook' button. If you use the Facebook debug tool to assess the following link, you'll notice that it only ...
0
votes
1answer
29 views

How to track users who blocks the app and remove the application?

How to track users who blocks the app and (after they blocked it) remove the application through the Graph API facebook?
1
vote
3answers
106 views

Facebook graph api- how to get user feed,with out posts about likes and comment by the user?

i am developing a fb app,in which i want to give the users time line,but i need to exclude stories like "User likes a photo","coments on friends's photo".how i filter and exclude these types of ...
1
vote
0answers
31 views

facebook freinds checkin cannot get fresh data using facebook graph api?

facebook freinds checkin cannot get fresh data using facebook graph api ? I am able to get facebook friends checkin using facebook graph api but it does not return fresh data i.e return checkins of ...
0
votes
0answers
46 views

JSON doesn't get email when used with facebook connect

I used Facebook connect API to retrieve user basic data from his account on facebook, i'm connecting from java appliation through servlet: private void getUserMailAddressFromJsonResponse(String ...
0
votes
1answer
33 views

facebook api - get likes and number of comments made for a specific period

I am pretty new to Facebook api's and would like to know if it's possible to fetch the number of likes and also the number of comments for any specific page for a given period of time via the api? ...
-1
votes
1answer
11 views

Is it possible to configure one Facebook app to be used across multiple domains? [duplicate]

Is it possible to configure one Facebook app to be used across multiple domains? how can i authenticate user with one APP_ID and Multiple Domain?
-9
votes
0answers
164 views

Facebook Api (in android ) with chat [closed]

I am working with facebook API in my Android App,I wish to Know About Facebook Chat Api Functionalities like 1.Is there any method or it Support Facebook Chat is turned on/off? 2.Can i send chat ...
1
vote
1answer
48 views

Facebook API get friend albums not working for some friends

I'm using the following FQL query 'select src,src_big from photo where aid in(select aid from album where owner=' + contactId + ' and type="profile")' But it works for about 50% of my friends, and ...
0
votes
0answers
22 views

what is Review object in facebook graph API & how do I post it

I have implemented some of the facebook features using curl and facebook graph APIs as mentioned in the developer website. I am able to post and upload photos. During the course of adding other ...
2
votes
2answers
61 views

Graph API: Retrieving picture dimensions in page feed

I'm using Graph API to get the wall post of a fan page. I noticed the Facebook iOS app itself is able to determine the exact ratio for its placeholder. ...
0
votes
0answers
68 views

Error:OAuthException: (#324) Requires upload file

HTML form for uploading the image <form enctype="multipart/form-data" action="upload.php" method="POST"> Please choose a photo: <input name="photo" ...
0
votes
2answers
69 views

URL for Facebook album id

Is it possible to get URL for Facebook album id (fbid) without any request? Like I can get URL for photo - https://www.facebook.com/photo.php?fbid=FBID I need a valid URL for use with Graph API in ...
0
votes
0answers
68 views

getting feed posts with comments not works when july 2013 migration enabled

i was getting feed posts with https://graph.facebook.com/group_id/feed call and comments for each post of the feed using fql query in successive calls using user access token generated by my facebook ...
0
votes
0answers
31 views

New facebook app cannot access comments but old one can

I have two facebook apps. I am trying to access comments from posts using the graph api. Use an access_token from the old app I can access comments from a non-public post like this: ...
0
votes
0answers
11 views

OAuthException: (#1) when posting the same message to multiple pages concurrently

Our app is trying to post a text message with a bit.ly link to multiple Facebook pages. The first 29 messages where posted correctly but the rest returned the following error: OAuthException: (#1) An ...
0
votes
0answers
21 views

posting on facebook user wall from my website

I have a website which use facebook connect. I want that a user can post on his wall when clicking a button. I add the permission : publish_stream and I was expected that when authenticating to ...
0
votes
0answers
25 views

Facebook share from within an Iframe which directs to a Parent page

We have parent page with an Iframe in it. We want people to use a Facebook share button (using Addthis.com) within the iframe, and that the share will: Get the parent page URL, and link the share to ...
0
votes
0answers
7 views

Relationship between two variations of the same comment object

Im seeing that through the Graph API I can get to a given comment one of two ways, the first having a two 'part' ID, the second having a three 'part' ID, like this; 10151333905645378_8516984 or ...
1
vote
1answer
17 views

FQL Query capabilities

Just getting started with FQL and Graph API. Is there a way to run a query that performs the same kind of search that you would do on Facebook Graph Search? For example, user logs in with FB. She ...
-2
votes
0answers
18 views

Can I programatically post to my wall/timeline with a custom date?

Did you see how you can post something in your timeline and specify the date and time of that post (along with place and friends)? Actually I can only specify the date and time if I'm on my timeline, ...
0
votes
1answer
26 views

Calling the Facebook API from CasperJS?

I'm trying to call the facebook API using casperJS, using a url like so: ...
0
votes
2answers
33 views

how do facebook android sample apps work without debug hash?

When I create a facebook app to authenticate android devices, I have to put in a debug hash for testing as well as a hash for my production keystore. Facebook samples apps on the other hand are ...
0
votes
1answer
39 views

Requesting Assistance In Getting My Head Around Facebook Login for Websites

I'm wanting to implement the "Login With Facebook" that's common on websites but I'm having trouble grasping the whole concept and if anyone could assist me with this I'd be most appreciative. I've ...
1
vote
1answer
50 views

How to Send Request to all facebook friends in facebook 3.0 android

i have to send app request to all friends here i am using this code for send request to only one friend it's working fine but i want to send request to multiple/all friends private void ...
1
vote
3answers
43 views

Get Facebook friends attending an event?

How am I able to see which of my friends attend a Facebook event? I'm able to get a list of all attendees using the Facebook SDK, withGraphPath:@"eventId/attending/". Is what I want even possible ...
0
votes
0answers
11 views

Cannot submit collection for review

I've build collection for each action, which are already approved. But despite submitting with Open Graph Test User multiple actions (8 and more) I still get error: Submit Your Collection: Please ...
0
votes
0answers
19 views
+50

Facebook API Publish feeds in Group

I am posting some feeds on my pages thru facebook API which are published normally. but those posts are appears on my fans feeds, (may be irritate them if these are too much in numbers, you can ...
0
votes
0answers
61 views

How to post a Like and Comment on photo facebook sdk 3 for Android

I want to know how to post a like and comment on a photo,I can provide photo id and current active session. So please let me know to do it.Any sample code??
0
votes
0answers
13 views

FQL Find Friends that shared the same Link

How can I find the no of friends that have shared the same URL? Like Facebook shows on my News Feed that Friend 1, Friend 2 and Others have shared this URL. Is there any way in FQL or Graph API?
0
votes
0answers
27 views

Facebook Graph Api: How do I retrieve a large image from a groups feed?

When querying a feed from a groups ID I can retrieve information from fields like picture and full_picture. After parsing the data using json and PHP the output of the full_picture image is too ...
0
votes
0answers
19 views

Is there a way to get number of users at a given latitude and longitude using facebook api's?

I am trying to find out the number of users at a given location using Facebook Graph APIs. How can I do this?? I am new to Facebook's APIs so can anybody please help me out...
1
vote
1answer
24 views

Friend-of-a-friend (FOAF) support in Facebook

Does Facebook suppport FOAF (friend-of-a-friend)networks? I think it had a plugin foaf-generator earlier, but it's now deprecated. Does FB Graph search use FOAF under the hood? Thanks in advance
1
vote
0answers
32 views

Sometimes “The specified feature has been temporarily disabled for this application”

it sometimes returned : {"error_code"=>"2000", "error_message"=>"The specified feature has been temporarily disabled for this application", ...
0
votes
1answer
20 views

Facebook canonical URL differing from fetched URL

I'm testing my site (which uses AJAX and !#) using the facebook object debugger: ...

1 2 3 4 5 283