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).

387 questions
0
votes
1 answer

FacebookCredits - add credits to test users

I'm looking for another answer than the one stated here. I want to see the credits "transfered" in my app. Insights but with test users transactions, in order to ensure that callback has no mistakes. I'm afraid it can't be done, but if someone has…
user743489
0
votes
1 answer

like a comment in face using restfb

According to https://developers.facebook.com/docs/reference/api/, we can like a comment. I am able to post a comment but i am not getting a point of how to like a comment. I have wrote a code below to confirm, is the syntax is correct or not plus it…
JN_newbie
  • 2,760
  • 8
  • 45
  • 79
0
votes
2 answers

Use restfb to retrieve likes of current user

I am using restfb library to retrieve user information. How can i retrieve which movies, music, books he has liked? FB Graph API says that we can use following to retrieve such information Movies:…
Thoughtful Monkey
  • 618
  • 2
  • 10
  • 24
0
votes
1 answer

How to access individual facebook feed through feedID after creation

I use facebook Graph API to create a feed for facebook from my own web site. It is successfully created and returned with an ID of the feed. My question is, is it possible to create a link to this individual feed in facebook so that user from my web…
George Sun
  • 861
  • 1
  • 10
  • 20
0
votes
1 answer

Facebook: FQL for fetching all posts on a managed page throws one of two exceptions

I am using the RestFB client to fetch all post_ids of a Facebook Page. The query is select post_id from stream where source_id=265813166783408 Where the id if of the page I'm querying. It can be found here I initially tried executing this without…
Sagar V
  • 1,878
  • 15
  • 22
-1
votes
1 answer

Is it possible to make a Facebook desktop application in Java without using a servlet?

Is it possible to make a Facebook desktop application in Java without using a servlet? I am developing a Facebook desktop application. I am very close to completion, but a problem comes in getting an access token. I successfully opened a browser…
-1
votes
3 answers

How to get the details of the user using restfb.?

I am trying to get the lastname of my profile using restfb.But but each time the username is returned as null.I already have the acess token and permissions.I guess t some problem with the JSon object passing.how can i pass the json objects to a…
sandeepsharat
  • 97
  • 1
  • 3
  • 10
-1
votes
1 answer

How do I retrieve video custom labels through the RestFB API using Java?

I'm creating a java application that pulls data from facebook videos using RestFB. How can I retrieve the custom labels from each video? Although I'm able to pull the normal data from each video, there doesn't seem to be any RestFB function that…
Tom Good
  • 39
  • 3
-1
votes
1 answer

Not able to post in my facebook wall using java

I am trying to post a message on my facebook wall using Java. I have marked all the permissions. But I am getting the exception "FacebookOAuthException". Kindly help in resolving this. Thanks in advance! package com.java.sample.workouts; import…
-1
votes
1 answer

Get all photos from posts on a Page

I have the necessary permissions from facebook. I am using RESTFB, I see the methods getFullPicture and getPicture in Post.class but unable to make anything out of it. How to get all the photos from a post on a page in FB, using RESTFB in Java.
Abhijeet
  • 583
  • 1
  • 7
  • 17
-1
votes
2 answers

How do i use RestFB IgUser getBusinessDiscovery()?

In the FB Graph API explorer the call to get business_discovery data uses the Instagram id for any user (in this case my own account) and uses a "username" to indicate the 3rd-party account from which one would like to get some public information.…
Reinaldo
  • 121
  • 6
-1
votes
1 answer

Facebook restFB not working anymore?

I had downloaded restFB 2.0.0 for java it was working fine before Facebook scandal. Basically I had to retrieve some traffic information from a page. It was working fine last month but not I'm having this error Caused by:…
Valek
  • 75
  • 2
  • 6
-1
votes
1 answer

Access token gives only id, all other params are empty or null

I'm new here and I tried to get started with some videos in youtube. I did all exactly like in the video, but netbeans got only my id. Graph api explorer gives me other params too, netbeans doesn't. Some arrays are empty and all other params are…
-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
  • 9,202
  • 8
  • 30
  • 33
1 2 3
25
26