35,085 questions
2
votes
5
answers
7k
views
Facebook Graph - does the user "like" my page?
I am trying to upgrade my iPhone app to use the new facebook graph api.
One thing I cannot find is how to find out if the current user connected from my app to facebook is a fan of my facebook page - (...
0
votes
1
answer
9k
views
Facebook Graph API: Get user's profile url?
The Facebook Graph API lists a 'link' parameter in its documentation, which is the user's profile url. Mine is http://www.facebook.com/adambossy.
This is not listed as one of the available Extended ...
1
vote
1
answer
2k
views
How to publish to Facebook page stream and appear as application instead of user
Background:
I have successfully used the Facebook Graph API to publish activity on a particular web site to a Facebook fan page's stream (wall).
To do this I had to create a Facebook application for ...
3
votes
1
answer
6k
views
Facebook Insights for Page via the API
Using the new API, is it possible to get the insights (analytics) data from a page that you are an admin of?
I can successfully get the data from an app I own, but its not clear how to do this for a ...
1
vote
5
answers
3k
views
Facebook Graph and PHP API
I've been working at this for a few hours, but the poor documentation is of no help.
All I want to do is grab the data that exists at https://graph.facebook.com/cocacola/ as an example, and I cant ...
8
votes
5
answers
5k
views
Facebook like button issue
We're having some trouble getting our like button to work. It seemed to work last week but suddenly it's stopped working.
Basically when clicking "Like", we get an error saying:
You failed to ...
0
votes
1
answer
2k
views
Posting topic on Facebook Groups
I would like to know whether it is possible to post "topics for Discussion" on Facebook Groups by using either the old Rest API or Graph API? I somehow was unable to find any function within the API ...
1
vote
2
answers
4k
views
Retrieve group events with Facebook Graph API
I'm a little confused trying to adapt to the new facebook Graph API.
Whereas before I would have used events.get, I'm not entirely sure what to use now!
I can't seem to get a list of a group's events ...
2
votes
2
answers
4k
views
Cannot get a session with Facebook app? (using its Graph API)
I have really simple few lines of Facebook app, using the new Facebook API:
<pre>
<?php
require 'facebook.php';
// Create our Application instance.
$facebook = new Facebook(array(
'...
1
vote
2
answers
4k
views
New Facebook FQL table vs. Graph API
I just read the new User fql table fields at
http://developers.facebook.com/docs/reference/fql/user
As I can see a lot of the fields have been deprecated such as work_history or books and movies. It ...
87
votes
8
answers
66k
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 documentation, how do I ...
12
votes
7
answers
73k
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 ...
2
votes
1
answer
1k
views
Can I upload photos to a wall belonging to a fan (company) page wall using the Facebook Graph API?
I need to know if it's possible to make it so authorized users can upload photos to a fan page of a company (to the wall) using the graph API.
Also, is it possible to become like (become a fan) of a ...
4
votes
3
answers
5k
views
Diffence between FQL query and Graph API object access
What's the difference between accessing user data with the Facebook Graph API (http://graph.facebook.com/btaylor) and using the Graph API to make a FQL query of the same user (https://api.facebook.com/...
1
vote
1
answer
3k
views
Fetching facebook user events using graph
I am trying to write an application that uses facebook user's events as a possible data source and unfortunately I can log in and get an access token which I can use to get my picture and UID but when ...
9
votes
5
answers
3k
views
Facebook Open Graph without a browser
For a middleware system with internet (which works inside a set-top box) I want to develop a primitive Facebook interface where users can type their user-names and password, showing their latest ...
4
votes
6
answers
10k
views
Facebook Canvas iFrame App - Authorizing users with new OAuth protocol
I'm developing a new Facebook Canvas application within an iFrame and trying to authorize users. The new OAuth api recommends I do a redirect to the following to authorize a user in my app:
https://...
1
vote
1
answer
167
views
How do i redirect to a GET request from a POST request on GAE
i am writing an FBML app on facebook hosted in GAE. Facebook will talk to your hosted app only vai POST (im sure this is the cause, but please do correct me if i'm wrong). So im faced with the issue ...
2
votes
1
answer
3k
views
How to use Facebooks Graph-API from a Servlet
I need to access Facebook from a J2EE-App (serverside).
I first had a look at this project: http://code.google.com/p/facebook-java-api/
, but as I need to create Facebook-Events and invite people this ...
0
votes
1
answer
881
views
How to Fetch user events using Oauth in Facebook
I am trying to fetch user events from facebook but I am having some problem witht he request. I can access their profile image and their UID but for some reason when I try to access the events I get ...
2
votes
2
answers
928
views
revokeApplication Using Facebook's Graph API
I'm in the final stages of converting our site over to Graph API from the Rest API.
The last piece I'm missing is the old "revokeApplication" call used for when a user chooses to "remove connection" ...
40
votes
3
answers
87k
views
Using Facebook Graph to simply post a wall message with just javascript
In Facebook how can I post a message onto a user's wall saying "I scored 8/10 on objects game" then a URL?
I really don't want to have to use the full API, as I don't want to handle user login ...
12
votes
4
answers
25k
views
Facebook Graph API: user gender
The old Facebook API provided the user sex/gender as part of the default user data. Apparently the new Graph API does not provide that information, even though the documentation says that it does.
I'...
32
votes
5
answers
82k
views
How can I execute a FQL query with Facebook Graph API
I'm looking without any success for a way to execute a FQL(facebook query language) query with the new Open Graph API.
Does anyone know how I can do this?
Found the answer here with this excellent ...
0
votes
1
answer
2k
views
Facebook Graph Api doesn't redirect to my callback
I am following the steps to do the authorization as described here, but I am not redirected to my callback url.
I get the following five steps after calling the first one:
https://graph.facebook.com/...
0
votes
1
answer
1k
views
get the userid in facebook graph
I am working on facebook iframe application in asp.net c#
I succeed to retrive the access_token.
Now I want to pull for example the user likes but I don't have the user id
https://graph.facebook....
5
votes
5
answers
16k
views
Using the Facebook Graph APIs PHP library
I am using the PHP library for the Graph API (http://github.com/facebook/php-sdk) but am a bit confused about how it is all working (or not).
I just want to authenticate the user and get the user ID ...
4
votes
3
answers
7k
views
iPhone Facebook Graph API library
Is there an library for the iPhone using the new Facebook Graph API yet?
5
votes
4
answers
13k
views
How to add a Facebook Event with new Graph API
I am trying to create an event using Facebooks api. (From a django app) Has anyone created an event with the new graph api?
90
votes
9
answers
142k
views
Send private messages to friends
I need to get via Facebook connect user's info and send a private message to all of his friends. Is it possible?
1
vote
1
answer
2k
views
Facebook Canvas multiple pages?
Is it not possible to move between pages in the canvas on facebook?
I'm trying to create a app where i have two pages that the users can switch between. The first page works fine, but when i click a ...
2
votes
3
answers
5k
views
Getting a friend count from Facebook (possibly using api)
I'm used to working with Twitter, where friend/follower totals are available in a simple XML request.
My goal is a simple "enter your username/user id, and display your friends count".
Is there ...
6
votes
1
answer
3k
views
Does Facebook have a Gravatar like Service
I would like to use pictures from facebook if Gravatar does not have an image for the user on file. Can I do this through facebooks API?
44
votes
9
answers
75k
views
Adding a Tab to facebook page
I just created a facebook page.
I also have a separate facebook APP.
How can I add a tab containing my facebook APP to the facebook page?
I've set the app to allow install on pages, and added a tab ...
25
votes
6
answers
80k
views
Get a list of friends of a friend on Facebook
I've recently started looking into the Facebook API and am trying to work out how to retrieve the list of friends of another user (in this case the user is someone I'm friends with).
So far I've ...