RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java.
0
votes
0answers
15 views
Accessing timeline photos on Facebook
I want to download all the photos uploaded by user or has the user tagged in it from the Timeline using the RestFB java api. I can't figure out where to do this from the graph api explorer, though. ...
0
votes
0answers
18 views
Facebook Open-graph action not visible using after publishing
I am using RestFB API for Java server side integration with Facebook API. I am posting an OGP action to FB. I hav create an action called "create" and am using an object called "profile". I post the ...
0
votes
1answer
86 views
RestFB - Picture URL is not properly formatted
I'm trying to publish a post on my facebook page using RestFB.
My code is as follows:
FacebookType publishResponse = facebookClient.publish(pageId + "/feed", FacebookType.class,
...
0
votes
0answers
98 views
restfb send private message using Graph API
I couldn't find information on how to send a private message (that is, the type of message that is like a chat/instant message, only visible to the recipient, available in the user's Inbox) using the ...
-1
votes
1answer
50 views
How safe is to use RestFB? [closed]
I'm currently developing an Android app wich uses a lot of Facebook data. From everything that I've read so far, RestFB appears to be the best option in order to use the Facebook API on a Java ...
-2
votes
1answer
77 views
Struts2 Login/Register with facebook
I've recently found an open source library that does, post on a users facebook wall(restfb and facebook4j)
All of them does the necessary things, but there's one thing left I need to do and that is ...
0
votes
1answer
31 views
Restfb lib on android with proguard
I'm using the restfb library in my android project, everything works super fine.
When I try to run proguard with it, it's completed successfully, but when running the app I get a
...
0
votes
1answer
82 views
how to get posts from my newsfeed on facebook containg certain text using restfb
Hi my task is very straight fw:
I want to query my newsfeed for all the posts it contains(from the last 24 hrs), that has the word "nice" in them.
I am using restFB client.
I tried this: (using Graph ...
0
votes
2answers
197 views
Solr-java error: class com.restfb.types.Post declares multiple JSON fields named type
I'm trying to convert rest-facebook response to a Post class object as follows:
Post post = gson.fromJson(restFBResponse.toString(), Post.class);
where, restFBResponse is a post from Facebook. But ...
0
votes
1answer
99 views
how to convert facebook response to a string in json format?
I'm trying to get query response from Facebook and map it to user defined class:
I have following class:
class FBStory {
@Field
private String application_id;
@Field
...
0
votes
0answers
152 views
Send notification through facebook application using rest fb api
I am trying to send notification to facebook users via facebook application using restfb api. When tried to publish such notification, it shows an exception
...
0
votes
1answer
676 views
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 keys. However, as per this tutorial, I am supposed to have an access token to initialize ...
0
votes
0answers
64 views
Facebook Page Notifications with since parameter
I want to poll the Facebook Page Notifications for any changes. I use the following Graph-API-Request with a PageAccessToken for this:
Connection<Notification> notifications = ...
0
votes
0answers
87 views
RESTFB returning very few pubilc posts
I'm using restFB and trying to search public posts which contain the keyword I desire. For the following code, that keyword is "flu":
public class JavaApplication3 {
public static void ...
0
votes
1answer
33 views
How to get utf8-encoded text from restfb
i'm trying to fetch all posts and comments from a facebook's page using RestFB. All works, but when i try to fetch a russian page, that has particular chars, storing the result in mysql, every rows ...
1
vote
1answer
193 views
RestFB doesn't give comments of post
i'm using restfb to fetch some posts and every comment of each posts of a facebook page in this way:
FacebookClient facebookClient = new DefaultFacebookClient(MY_ACCESS_TOKEN);
Connection<Post> ...
3
votes
2answers
125 views
Facebook app - getting AuthToken
I have created a Facebook app using RestFB. In my local environment it is working fine. To put the app on the web, I need to get token. I am following these steps:
Redirecting from Facebook to my ...
1
vote
1answer
95 views
automating downloads of facebook insight data
I'm looking for a tool or process for exporting facebook insights data for a facebook page and a facebook app. Currently I am just manually downloading csv files from their Insights interface but ...
0
votes
1answer
137 views
Not able to generate notification for Facebook through restfb
i want to send facebook notification to my friend through my app . i have used following notification api through restfb library
facebookClient = new ...
0
votes
1answer
159 views
Fetching all Posts and Comments from a Facebook Page
I'm trying to fetch all the posts and comments from a Facebook Page.
This works quite good so far using the following FQL:
{'all_posts':
'SELECT created_time, post_id, actor_id, message, description, ...
-2
votes
1answer
75 views
Connecting Facebook to a Java applet? [closed]
Our software engineering class is currently working on an assignment where we're to create a Java applet that connects to Facebook, allows the user to choose a friend from their friend list, then ...
-1
votes
1answer
233 views
How do I use the Mention-tag on Facebook Graph posts?
I found I can mention friends directly on Facebook by @[userId:userName] but it does not work when posting from Graph console or my app via the Facebook Graph API.
To write a post I use
...
1
vote
0answers
50 views
Exception: Duplicate OG Action — These exact parameters have been used to publish a previous action with ID
We are facing below exception, while create multiple ads for "Mobile App install"
Marked for retry: Received Facebook error response of type Exception: Duplicate OG Action -- These exact parameters ...
1
vote
0answers
96 views
Facebook oauth dialogue login error “An error occurred. Plase try again later.”
I keep getting this error "An error occurred. Plase try again later." when I try to login to facebook using oauth dialog in my android and iphone app. I started having this problem only for the last ...
1
vote
1answer
150 views
Forward search RestFB
I am using RestFB to search multiple terms on Facebook. I am using following code to achieve that.
Connection<Post> publicSearch = publicOnlyFacebookClient
.fetchConnection(
...
1
vote
1answer
362 views
How to set permission in faceboook in application to upload photo?
How to set the applications on facebook to be able to send a picture? I have access_token, APP_ID and secret_id but when you call in the application of this method:
FacebookType publishPhotoResponse ...
0
votes
0answers
67 views
Metadata information no longer exist after extending Facebook access token via RestFB
We have a iOS mobile app, the registration to Facebook is done via the client, after the registration the client sends the user token to the server in order to persist..
The access token debug view ...
0
votes
0answers
205 views
Fetching user connections to pages using RestFB not returning values
I'm using grails with RestFB to write a facebook canvas/page application. After obtaining a valid access token using the oauth login process, I try to fetch the user connection to pages in order to ...
0
votes
0answers
59 views
How to query Facebook custom Friendlists
I created a custom Facebook FriendLists with restFB:
facebookClient.publish("me/friendlists", FacebookType.class, Parameter.with("name", "demoList"));
And added members to this list.
I want to ...
2
votes
1answer
144 views
restfb api not support when user logout from facebook & access key generate every time
I am using RESTFb api to post a message on facebook wall
my code is:
val facebookClient: FacebookClient = new DefaultFacebookClient("access_key")
def publishMessage(msg:Mesage): String = {
val ...
-2
votes
1answer
123 views
Comment on Facebook social plugin via RestFB
I'm trying to comment with RestFB over a social media plugin like on the page below:
http://www.zuberi.me/2011/facebook-social-plugin-comments.html
But I've got no idea how to do it. I'm able to post ...
0
votes
1answer
842 views
facebook: Post photo to timeline with restfb
I am trying to post photos to the user's page timeline with restfb.
My code is like this:
// Create parameters for the call
Collection<Parameter> params = new ArrayList<Parameter>();
...
2
votes
2answers
913 views
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>");
static FacebookClient client = new ...
0
votes
0answers
171 views
Restfb: Read a post of a friend on my own wall, with all information
I'm working with restFB, and I found this useful call:
Connection<Post> filteredFeed =
facebookClient.fetchConnection(username+"/feed", Post.class)
with which I can read even the posts ...
0
votes
0answers
127 views
restfb: get page picture
I am trying to get the Page picture. However it always comes back as null. Am i doing something wrong?
FacebookClient facebookClient = new DefaultFacebookClient(accessToken)
def page = ...
1
vote
1answer
156 views
Accessing signed Facebook JSON using Play 2.0.1 and RestFB
I'm writing an Play 2.0.1 application that will be deployed within a canvas page on Facebook. I'm using restFB for the Facebook API.
By manually creating an Access Token at ...
1
vote
1answer
49 views
restfb: Facebook payment suscriptions
As far as I've heard this feature is brand new, and it's still under testing phase. Anyway, reading the docs in developers.facebook I was not able to find out if it was possible or not to make ...
1
vote
0answers
112 views
RestFB : Retrieving Attachments present in private messages
I need to retrieve the attachments present as a part of private messgaes posted to my account in Facebook. I am using restfb api to do the same but am getting only the text message as a response, no ...
0
votes
0answers
209 views
Restfb java Read wall
I make a facebook application, java console application, with eclipse and I want to read user wall.
First question, is possible to read user wall if it is open??
second question, I trying to read my ...
0
votes
2answers
605 views
Post on Facebook Page with Application Access Token
I have a facebook page, a facebook app and an administrator facebook account of that page.
Now i want to publish a link on that page (i don't care how).
Since now i did that by getting a user access ...
0
votes
0answers
86 views
RestFB getPrivacy method always return null
I use restfb to fetch my users' Facebook posts. But I have a problem while fetching, getPrivacy method always return null. Is there anyone that know the solution?
The codes I use:
FacebookClient ...
0
votes
0answers
71 views
RestFB - How to listen for messages and respond?
I am wondering how to listen for messages and respond to them on Facebook using the RestFB Java API.
I want to create a Facebook messenger client and I figured RestFB was a good-looking API however I ...
0
votes
1answer
792 views
restFB - can't post to page - only to my wall
I created a Facebook app that I will use to programatically post information to Facebook. I've got it working so that I can post to my wall, but not the page I'd like it to go to (for which I am 1 of ...
0
votes
0answers
225 views
Unable to post custom open graph object using restFB (Java)
I am using restFB and was unable to post custom object. It gives me error "Un supported post request"
here is the code I am using to post object using restFB
FacebookClient facebookClient = new ...
0
votes
1answer
223 views
Tracking sharing of a link on facebook and timestamp of a Like
I am developing a website,there are some "facebook like" buttons.If some one likes one of the link from my website HomePage it is posted in the wall of the respective person, and i get the post_id. I ...
0
votes
1answer
682 views
Follow a post's share/like/comment
I am working in a website.And my website has it's internal registered users(also having user's facebook email-id and uid in my website database). In my website homepage I have facebook like button. ...
1
vote
1answer
283 views
RestFB only returns current user wall entries
I'm using RestFB to get user's wall feed and ran into an issue that only posts by current user is returned. Is this a bug or am I doing something wrong? The exact same query works in Facebook API ...
0
votes
3answers
822 views
Can RestFB be used for 'login with facebook'? [closed]
I am new to RestFB I am planning to use it in my JSF application to develop 'login with facebook' functionality.
Going through it`s tutorials and sample it looks like it is meant for fetching content ...
2
votes
2answers
157 views
Check if a facebook user is connected to the application from server side in java
My application is written with JSF framework. There is a method in JavaScript API that allows to recognize if a user is connected to the application
FB.init({appId: "#{settings.fbClientId}", status: ...
1
vote
0answers
310 views
Getting a FacebookNetworkException when using restFB and play framework 2.0.2
I'm getting an exception when trying to fetch the user's name or about me from facebook.
I've set up an application and am getting the token properly.
I get in the browser URL field:
...



