Questions tagged [facebook4j]

Facebook4J is an open-sourced, mavenized Java library. With Facebook4J, you can easily integrate your application with the Facebook API. Facebook4J is an unofficial library.

Facebook4J is an unofficial Java library for the Facebook Graph API.

Facebook4J is featuring:

59 questions
0
votes
1 answer

what is maximium limt of likes and comments data of a post that i can get using graph api?

I'm Working on the getting the total number of likes and comments of post ? using graph api 2.5 !! I'm able get only 1000 likes of the post.the post contain more than 1000 likes.How can I get all the likes? even I tried keeping the limit with 10000…
Dilip Bobby
  • 323
  • 5
  • 15
0
votes
1 answer

Posting on wall using Facebook4j

im new to Facebook4j and im looking for a way to post message using it. i just learned few of the coding in the internet. Please someone help me. This are what i have done : import facebook4j.Facebook; import facebook4j.FacebookException; import…
0
votes
0 answers

Facebook4j: how can I check if logged in user likes a certain post?

I am using Facebook4j. Can anyone tell me how I can find out if the logged in user has liked a certain post? Many thanks
redamakarem
  • 327
  • 1
  • 3
  • 13
0
votes
0 answers

How to post a status message to facebook with TO target using facebook4j?

I am using facebook4j to add fb page feed posting capabilities to an existing system. Initially I thought it would just be for posting to pages, which is done, but many pages don't allow posting. In such a case I need to fall back to targeting the…
Dan Roberts
  • 4,664
  • 3
  • 34
  • 43
0
votes
1 answer

Can I read a user's Facebook inbox with a web application?

In the web application I'm currently developing, a user should be able to read all the messages from his/her Facebook inbox. The corresponding data is supposed to be loaded by the server using facebook4j (Java) and then presented to the user. The…
0
votes
1 answer

DELETE facebook post using FQL

I am using a facebook4j api for connecting to facebook. My aim is to fetch and delete the posts posted on my wall by friends. I am searching for FQL (Delete query) for facebook post. Question : Delete facebook posts from java using FQL or any other…
Aashish
  • 50
  • 6
0
votes
0 answers

Facebook4j - This authorization code has been used

I am using Facebook4j to post something on facebook. The following code worked the first time, but now it says: "This authorization code has been used". I would assume, this would give me a new access code everytime I use this, but apperently it…
jan
  • 3,923
  • 9
  • 38
  • 78
0
votes
1 answer

Post something on facebook using facebook4j

I need to post a string on facebook timeline via facebook4j using java. But i am unable to send even a character. I have created an app on facebook for this issue. What i want is just to run a simple java program and that program should post the…
Anant666
  • 416
  • 9
  • 26
0
votes
1 answer

Facebook Integration using java

I am using a facebook4j to send a post on my Facebook wall. While doing so, I am facing an error. The error is showing in my console is when running my code. I have checked my appid, appSecret and accesstoken values which are also correct. Here is…
-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

Rest Client JAVA

I am trying to create a Java RESTful client to integrate with facebook4j (with a maven directory) but I don't even know where to start. Can you help me to create one or giving tips? Thanks again! Best regards, Julio.
Julio C. Boll
  • 51
  • 1
  • 7
-1
votes
1 answer

Post on Facebook pages via Graph API with Facebook4j

I want to create a tool wich allow a user to post his planning on several media at once : he has to fill a form with his establishment week planning, then I post it via newsletter, on his facebook and on his website. I am struggling with the…
Labe
  • 1,262
  • 2
  • 20
  • 30
-1
votes
1 answer

Facebook data extraction

Can we extract/read the posts and comments from groups, which I am not owning on Facebook using Facebook4j or by some other API or method?
Pooja Y
  • 1
  • 1
-2
votes
1 answer

How to get all the pages one user liked and getLocation of this page

I don't find a way to find the pages one user liked in Facebook4j. Facebook.getUserLikes seems to be the right thing but it returns me list of Like and not Page. I would like to have the list of the page liked + find location of this page if it…
DionysoSong
  • 807
  • 1
  • 12
  • 29
1 2 3
4