RestFB is a simple and flexible Facebook Graph API client written in Java.
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 restfbI am just learning restfb. I registered an app on the FB site and got an app ID and Secret …
java facebook restfbThis is what i have: static AccessToken accessToken = new DefaultFacebookClient().obtainExtendedAccessToken("<my app id>", "<my app secret&…
java facebook restfbI have a Business Page in Facebook (known as a Fan Page in Facebook vernacular). I want to post to …
facebook facebook-graph-api facebook-access-token facebook-page restfbI am trying to post on the wall of a facebook page. I am able to post on the user …
java facebook facebook-graph-api restfbHow can I send an invitation to use an app with Graph API? I looked at the reference, and can't …
facebook facebook-graph-api restfbI 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 restfbI'm trying to write a facebook application using Java tomcat with RestFB. the restfb documentation shows the following: Create a …
java facebook restfbI'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