Skip to main content

All Questions

Tagged with
-1 votes
1 answer
65 views

How do i publish videos to a facebook page's story?

i have been trying to publish videos on a facebook page's story, but i havent been successful, i have tried using their apis and integrating with restfb as well, As for restfb, i was able to post on a ...
David Ogbodu's user avatar
0 votes
0 answers
24 views

Why restfb library fails updating Facebook Page info?

I need to be able to update (using any API in JAVA) the info of my Facebook Pages, such as address, opening time hours, email, tel etc., but, I have not been successful. I have tried restfb library ...
Shila Mosammami's user avatar
0 votes
0 answers
51 views

How to get Batch Status from Facebook API using RestFB

I'm using RestFB api to comunicate with Facebook API. After I send batch requests, I need to GET check_batch_request_status to know the status of all my requests. Using Postman I did it, but using ...
patricK's user avatar
  • 1,085
0 votes
1 answer
622 views

What's the correct way to obtain a page access token with restfb?

From my application I need to post images in a photo album of a Facebook Page. Following resfb docs I'm implementing the OAuth flow. In particular I created the login url this way: FacebookClient ...
davioooh's user avatar
  • 24.4k
0 votes
0 answers
114 views

Restfb - Why when I fetch my admined groups the app throws OAuthException: (#200) Permissions error (code 200, subcode null)

I'm programming in Java and I'm trying to fetch all the Facebook groups which I am the admin. Thus, I've created an app called "Secrets" in Facebook Graph API Explorer and checked all the ...
Eli Van Rock's user avatar
-1 votes
1 answer
173 views

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 ...
Abhijeet's user avatar
  • 735
0 votes
1 answer
217 views

Login in Facebook using restfb API (Java)

public void login() { String domain = "https://www.iscte.pt/"; String appId = "27298787851280"; String authUrl = "https://graph.facebook.com/oauth/authorize?type=user_agent&client_id="+...
Mariana's user avatar
0 votes
0 answers
153 views

Obtain Facebook Events using restfb

I need to obtain all public events from my fb page. It's not possible using an App access token anymore: "Requires a valid Page or User access token with basic permissions." - https://developers....
dtrunk's user avatar
  • 4,765
0 votes
0 answers
155 views

Before May 1st, I could use the RestFB upload video, but now how I could upload video use by RestFB 2.8.0?

1, get authorizeURL FacebookClient client = new DefaultFacebookClient(Version.LATEST); ScopeBuilder scope = new ScopeBuilder(); scope.addPermission(FacebookPermissions....
abner du's user avatar
-1 votes
1 answer
881 views

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 ...
Valek's user avatar
  • 115
0 votes
1 answer
119 views

ChromeDriver for Facebook Login in JAVA?

I've been working on a login with facebook feature on my java program. I am following this tutorial. In this tutorial, it needs to include a chromedriver to a specific project folder in order to open ...
Haduken's user avatar
  • 39
0 votes
2 answers
45 views

Java RestFb, can not get return value from an action listener

I am trying to get access-token from the Facebook using restfb api everything works and i can print the access-token but when i try to return it i get an empty value.. Following is the code public ...
IUN KHAN's user avatar
0 votes
0 answers
217 views

RESTFB : How to post message on friends wall using java program

I have facebook username of my friend. I want to post something their wall using restFB API. I am able to post on my wall. but how I have to get user_id by username. String user_id = "1234567567" ...
Savita.V.Malaghan's user avatar
-3 votes
1 answer
588 views

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 ...
Husein kolsawala's user avatar
1 vote
0 answers
556 views

Get user comment in post using RestFB

I read almost topic related about value is null in restfb and almost is miss Parameter() method or something else. But my problem isn't those reason. I don't know why I can't get user comment in post ...
Doan Tien Dung's user avatar

15 30 50 per page
1
2 3 4 5
9