Facebook Graph API is a programming interface for popular languages like PHP, ActionScript, JavaScript etc. provided by the Facebook platform to interact with Facebook's social graph. This includes Facebook users, pages, and other objects, as well as the connections between them such as links, photos, or notes.

learn more… | top users | synonyms

30
votes
11answers
15k views

Facebook Friends.getAppUsers using Graph API

I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application. I have read the docs, but I can't figure ...
19
votes
5answers
6k views

Get Facebook “Like” count for every page on my domain

I have integrated the Facebook "Like" button into a lot of pages in my site. I want to display the most "Liked" pages on my site in a list, but I can't figure out how to get that data from Facebook ...
19
votes
3answers
11k views

'Like' a page using facebook graph api

Using the graph api I'd like to be able to have an authorized user "like" a page. I tried posting the following: https://graph.facebook.com/${PAGE_ID}/likes?access_token=${ACCESS_TOKEN} And I get ...
18
votes
2answers
11k views

Uncaught Exception: Permission denied to Proxy.InstallTrigger

I've searched high and low for this and can easily reproduce it. Running absolute latest PHP SDK and the JS is coming directly from facebook over an HTTPS connection. My 'MyAppId' and domain have been ...
15
votes
2answers
1k views

Strange error in usage story feed: This story was invalidated because

Facebook was automatically publishing my application's usage story feeds. But I saw a strange error at app usage story feed panel tonight(At the right hand side of the screen). Which was: This story ...
15
votes
4answers
6k views

List of Facebook error codes

I'm looking for a list of all Facebook can return when you try to fetch infos using Graph API. Can anyone help? Facebook returns a 400 HTTP error, and a JSON content like: { "error": { ...
14
votes
2answers
2k views

Design for Facebook authentication in an iOS app that also accesses a secured web service

Goal: Allow a user to authentication with Facebook into an iOS application which requires access to a protected web service that I'm running. Assumptions: There is a native authentication (and ...
14
votes
3answers
31k views

How can I execute a FQL query with Facebook Graph API

I'm looking without any success for a way to execute a SQL query with the new Open Graph API. Does anyone know how I can do this? Found the answer here with this excellent example: ...
12
votes
1answer
642 views

How to get (better) demographics for fans of a Facebook page?

I'm trying to get demographics for fans of a page on Facebook - mostly country and city, but age and gender as secondary. The primary way to do it is using FQL and doing a query in the insights ...
12
votes
1answer
744 views

How to determine if Facebook users Unlike a URL?

We have a web app where we need to track users "Likes" of URLs (not Facebook pages, external ones), because they earn credits for doing so. To do this we're using JQuery and the subscribe ...
12
votes
2answers
20k views

Facebook Graph API: FB.login() called before calling FB.init()

I'm trying to use the new Facebook Graph API on my website. This is what I have: Somewhere on the page: <fb:login-button autologoutlink="true" ...
11
votes
5answers
6k views

Posting an embedded video link using the Facebook Graph API

When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status ...
10
votes
1answer
3k views

What is the correct way to refresh Facebook OAuth2 access token after it expires?

As I understand it, this is the basic process for new Facebook iframe canvas apps using the OAuth2 API in a nutshell: Redirect to (or have user click link to) app's authorization URL User authorizes ...
10
votes
2answers
22k views

Using Facebook Graph to simply post a wall message with just javascript

Hey guys, Now I know this question has been asked similarly a lot of times but I'm really struggling here. Its a simple thing I need to do: I would like to post a message onto a users wall saying "I ...
9
votes
2answers
502 views

Facebook Graph API “search” by email suddenly stopped working

We have an application that issue search requests (FB Graph API) using an email address as the main query parameter, so basically we are searching users by email (e.g. ...
9
votes
3answers
271 views

Upload photos for past date

I am trying to upload few old photos with a past creation date so that they appear properly in timeline. Existing api allows only to pass message and source. i.e POST ...
9
votes
1answer
368 views

Retrieve all comments with FQL by application ID

We use the facebook comment plugin to have comments on our site. To moderate those, we use this tool: https://developers.facebook.com/tools/comments However, we want to build our own tool to ...
9
votes
8answers
10k views

SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

I am using Authlogic-Connect for third party logins. After running appropriate migrations, Twitter/Google/yahoo logins seem to work fine but the facebook login throws exception: SSL_connect ...
9
votes
4answers
7k views

Like button in iOS application

Does anybody know how to place Facebook "like" button into iOS application? I've tried this http://petersteinberger.com/2010/06/add-facebook-like-button-with-facebook-connect-iphone-sdk/. But I do ...
9
votes
2answers
8k views

How to get the Facebook user id using the access token

I have a Facebook desktop application and am using the Graph API. I am able to get the access token, but after that is done - I don't know how to get the user's ID. My flow is like this: I send ...
9
votes
5answers
10k views

How can I display the users profile pic using the facebook graph api?

I would like to display the users profile picture inside of my applications canvas page, is there a way to do that using the graph api? I know I can do it using FBML but I would also like to pass the ...
8
votes
1answer
100 views

Is it possible to mark the message thread with 'unseen=0'?

I work on Google Chrome extension for facebook. I have a button and if you click on it, a popup with latest active threads appears. I want to say to facebook server that no threads are 'unseen' ...
8
votes
1answer
276 views

How to get all the Open Graph Beta actions generated by an app?

It is already possible to get all actions for custom app actions and objects: https://graph.facebook.com/me/{appNameSpace}:{action}/{object} This will list all the actions generated by an app, but ...
8
votes
3answers
790 views

Submitting object to Facebook via open graph doesn't work, but then works after testing the URL in Facebook's object debugger?

I want to allow a user of my web-app to be able to post multiple objects to their timeline from one page (main_page). I already have the user's access token stored. Tags on page I am trying to ...
8
votes
1answer
417 views

Facebook Page Access Tokens - Do these expire?

I'm building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens: A User Access Token A Page Access Token I'm quite familiar with User ...
8
votes
1answer
1k views

How can I retrieve the new timeline data from the API?

At the f8 conference http://f8.facebook.com/ Facebook just announced the new timeline view. This is based on the new Open Graph model http://developers.facebook.com/docs/opengraph/ The question is, ...
8
votes
3answers
856 views

Unknown algorithm. Expected HMAC-SHA256 spam in logs

I'm using facebook php sdk 3.1.1 and the current version of the facebook JS sdk. Our users are not reporting errors, but I'm seeing a ton of error log messages like this: Unknown algorithm. ...
8
votes
8answers
7k views

Retrieve Facebook Post Comments Using Graph API

I tried to get Facebook comments using: http://graph.facebook.com/[post_id]/comments It results only 2 of 15 comments, and without count info. { "data": [ { "id": ...
8
votes
3answers
11k views

Facebook API: Get fans of / people who like a page

I'd like to get a list of users who like a certain page or a fan of it. The FB API documentation states that you can only get the count of the fans of a certain page using the social graph, but not ...
8
votes
7answers
40k views

Howto use FB Graph to post a message on a feed (wall)

I have created an app, and now i want to post a message on one of my friends wall with use of the new Graph API. Is this do-able? I am already using oAuth and the Graph-api to get a list of all my ...
7
votes
2answers
108 views

Timeline Action Layout - No Attachment displayed

I am trying to post a Action to the Facebook Timeline using the JS API FB.api('/me/application:action_type' + '?opject_type='+document.location.href,'post', function(response) { if ...
7
votes
1answer
526 views

CurlException: 28: connect() timed out?

Today I was trying to make application on Facebook using PHPSDK and I saw ocassionaly displayed exception from library saying CurlException: 28: connect() timed out! So, to check if it's my code bug ...
7
votes
6answers
516 views

How to Handle Facebook Application Requests?

I am working on a Facebook application And I am offering the user to invite his friend to the application using the C# SDK. as shown in Facebook documentation My problem is when the friend of the ...
7
votes
2answers
709 views

Using Facebook Javascript SDK to get Graph Data

FIXED NOW! But I can't answer my own question yet. See my comment below. And thanks for helping. I've searched and searched and read the docs and still can't figure this out. I have a web page ...
7
votes
1answer
711 views

Facebook: sending an iOS access token server side and signing with App Secret

I am writing an iPhone app that uses Facebook extensively. Right now, I'm getting the access token using the iPhone Facebook SDK. This returns me a standard access token. I'm sending this token ...
7
votes
2answers
215 views

facebook connect graph status objects have comments capped at 25

Does anyone know why no matter how many comments a given graph status update object has, it will cap the comments at 25? I have a feeling it only returns a 'sample' of the actual comments on the ...
7
votes
1answer
3k views

rails omniauth facebook extended permission

I have read the omniauth oauth rdoc @consumer = OAuth::Consumer.new(key, secret, { :site => "http://term.ie", :scheme => :header, :http_method ...
7
votes
5answers
7k views

Facebook Graph API - likes returns me an empty set

When I try to get all my "likes" (formerly fan pages) on Facebook Graph API, sometimes it returns me an empty set: { "data": [ ] } I tried with ...
6
votes
1answer
397 views

Facebook app invite from Ruby on Rails

Is there any way to post a Facebook application invite from Ruby on Rails, e.g. by deploying Koala? Looks to be impossible at the glance. Any workarounds other than simply posting to a wall?
6
votes
1answer
353 views

Facebook Graph Api json missing posts

I am developing an web app, which connect to facebook, to get posts, and other stuff liked by users. I have problem with getting all posts from user page using news feed(home connection of Grap API). ...
6
votes
0answers
230 views

FB Realtime API not/inconsistently notifying for certain connections (music, movies, books, tv)

I'm currently running into an issue with Facebook's realtime API. I wish to subscribe to a number of things on a users profile, including their "Likes" in the Music, Books, TV and Movies categories. ...
6
votes
5answers
1k views

Facebook Graph API - Page Tab Extra Permissions

I am trying to create a welcome tab for one of my pages, but I would like to be able to access a users likes (permission user_likes). I can only find documentation on how to do this for a Facebook ...
6
votes
1answer
111 views

Request Specific Per-App Post Privacy Setting

So facebook just implemented this per-app post privacy setting for all applications as announced here. There doesn't seem to be any documentation of any sort on it besides that blog post. I'm ...
6
votes
4answers
3k views

Facebook access token invalid with message “session does not match current stored session”?

I have recently started getting this error while posting to facebook newsfeed stream of an app user, I do have an offline access permission for the access tokens, and they worked fine previously. This ...
6
votes
0answers
962 views

Facebook post on wall using Graph API Android [closed]

I was looking for a simple example of posting a message on wall or as new feeds but couldnt get a good answer to my question but after doing some research I managed to get it working the code is as ...
6
votes
4answers
505 views

Using the open graph API, is there a way to determine which friends of a user have an @facebook.com email address setup?

The title basically sums it up. After fetching the list of friends for a facebook-connected user, I'm looking for a way to determine if the friend is using the new messaging system with the ...
6
votes
4answers
2k views

Add Facebook “Question” over Graph API?

Does anyone know if it's possible to add one of the new Facebook "Question" polls through the Graph API? If so, how? I did my best to Google and check through the documentation but failed rather hard ...
6
votes
2answers
1k views

Facebook - obtain location /places ID via location name

I'm able to return a location's details by sending a query via the graph api with the location's ID, however I'm looking to achieve the reverse - effectively find location id by sending a request ...
6
votes
2answers
3k views

Querying Users who 'like' my Facebook Page

I was wondering if it was possible to query the following: List of (all) users who like my facebook page, and Additional information those users have made publicly available (beyond first and last ...
6
votes
1answer
1k views

Facebook API - where to instantiate and how to properly implement handleOpenURL

I'm working through the Facebook API for my iPhone app, and have two questions: All documentation/examples seem to put everything in the appDelegate: instantiating the Facebook object and authorizing ...

1 2 3 4 5 110