Top "Restfb" questions

RestFB is a simple and flexible Facebook Graph API client written in Java.

Facebook app blocked for posting too fast. What are the limits?

We (a local hackerspace) have a Tumblr blog and wanted to make ourselves a Facebook page. Before going live we …

facebook facebook-graph-api tumblr restfb
How to get FB access token given App ID and Secret?

I am just learning restfb. I registered an app on the FB site and got an app ID and Secret …

java facebook restfb
RestFB: Using a facebook app to get the users Access Token

This is what i have: static AccessToken accessToken = new DefaultFacebookClient().obtainExtendedAccessToken("<my app id>", "<my app secret&…

java facebook restfb
Post to Facebook Page wall using RestFB api

I am trying to post on the wall of a facebook page. I am able to post on the user …

java facebook facebook-graph-api restfb
Facebook: send an app invitation

How can I send an invitation to use an app with Graph API? I looked at the reference, and can't …

facebook facebook-graph-api restfb
Get friends using FQL with an application access token

I am trying to use the Facebook Query Language (FQL) to get a list of friends, who have installed my …

facebook facebook-graph-api facebook-fql restfb
restfb: Writing a facebook application with java (using the new graph api)

I'm trying to write a facebook application using Java tomcat with RestFB. the restfb documentation shows the following: Create a …

java facebook restfb
restFB post as page step by step working example

I am at my wits end, I cannot seem to post a message as the page, I can post as …

java facebook jsp restfb
Facebook emails always return null through FQL and RestFB

I'm trying to convert friend pages into fan pages (most businesses have created friend pages by mistake) and am trying …

email facebook facebook-fql restfb