Questions tagged [restfb]

RestFB is a simple and flexible Facebook Graph API client written in Java. It supports access to the Graph API (Pages API, Business Manager API and many more) and additional access to the messenger platform (Webhooks and Send API).

389 questions
-1
votes
1 answer

Is restFB generated token is genuine?

I working with restFB for calling FaceBook Graph api to login, get posts and etc of users. Created an app in developers account of Facebook. Tried to call user details, with token generated…
user6474022
-1
votes
1 answer

Using Facebook API to retrieve Page reviews using Java

We have a number of Java-based websites, for each we would like to extract all Reviews from a specified Facebook page (different for each website) and show them on a page on the website - basically we are amalgamating reviews from different sources…
Steve Claridge
  • 10,650
  • 8
  • 33
  • 35
-1
votes
1 answer

How to get page posts and comments on those posts with app access token?

I want to create an app using restfb to get all the posts and comments on those post of any page. I was able to do so using user access token but with app access token I can get only the posts and not comments on them. What could be the reason for…
Manoj Suthar
  • 1,415
  • 3
  • 19
  • 41
-1
votes
1 answer

How to extract on the public page owner's posts on restfb?

I have a working restfb Java program that can extract posts. But it will extract posts from everyone who posted in the wall, including the owner of the page. It is OK with less popular pages, but for popular pages, they are mostly fan posts. For…
shawnx
  • 1
  • 2
-1
votes
1 answer

RestFB: Unable to get post specific to a keyword using restFb api from facebook

I am using RestFb to fetch posts for specific keyword. I am using below code for doing the same. Connection publicSearch = facebookClient.fetchConnection("search", Post.class, Parameter.with("q", "ferrari"),Parameter.with("type",…
-1
votes
2 answers

Retrieving a reply to a comment from facebook erro (java)

I am trying to grab reply to certain comment from facebook using the help from the comment library of restfb and the function getcomments(). After executing my code, it returns me a null rather than a reply to the comment. Below is my snapshot of…
-1
votes
1 answer

how to invite friends with restFB library?

I want to build a platform independent fb app(libgdx) that will allow to invite friends. I have no knowledge about fb api so I stumbled upon the RestFB library. It looks like it can be used with libgdx. I'm not really sure how to achieve the "invite…
c b
  • 67
  • 6
-1
votes
1 answer

Posting desired message on facebook using api

I am trying to post a message through apis on facebook wall. The problem is it appears differently when i post via api then when i directly paste a link as facebook status. I am not sure if i am doing something wrong. Please advise. The link i want…
Vik
  • 8,721
  • 27
  • 83
  • 168
-2
votes
1 answer

Is it possible to create a poll in facebook Group using restFb?

Is it possible to create a poll and fetch groupmembers polls from facebook Group using restFb
-2
votes
1 answer

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 to login and register users to my web application…
user962206
  • 15,637
  • 61
  • 177
  • 270
-2
votes
1 answer

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 and comment a post at my wall with this…
-3
votes
1 answer

difference between Graph API Explorer access token and App access token

What is the difference between Graph API Explorer access token and App access token. When I try to post with restfb using App access token I am not able to see my post in the page. The same post is visible when it is posted using Graph API Explorer…
-3
votes
1 answer

Is it possible to schedule facebook post with RESTfb java api?

As in title. I would like to schedule post for my facebook page with restfb api. Is it possible?
kingkong
  • 1,537
  • 6
  • 27
  • 48
-4
votes
1 answer

how to get impressions and engagements from Facebook by restFb API?

Is there anyway I can get impressions and enganements of any page on facebook from resrFB API.
1 2 3
25
26