Skip to main content

All Questions

-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
1 answer
704 views

Facebook The authorization has been revoked. Reason: Invalid OAuth 2.0 Access Token

I have problem when i login to facebook in my system to get my pages. The facebook api sent to my server response: The authorization has been revoked. Reason: Invalid OAuth 2.0 Access Token. The ...
sonnv0812's user avatar
0 votes
0 answers
85 views

how to update video custom_lables with Facebook Graph API POST request

I'm trying to add custome_labels to my video using facebook graph api. I'm trying to use the following : FB.api( '/{Video_ID}', 'POST', {"custom_labels":"TEST"}, function(...
Ali's user avatar
  • 1
0 votes
0 answers
43 views

newMeRequest needs a Page Access Token

So lately I've been trying to use Facebook's Graph Api and was trying to get some of user's data like email, profile picture, id and name as a start, but however I try to use a newMeRequest the ...
Omar Shawky's user avatar
  • 1,248
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
522 views

GraphResponse is failing for /me/accounts facebook graph request

I am integrating Facebook SDK for android with Pages Api. Goal is to allow logged on Facebook user (using offical app) to post videos to any one of the pages that he/she is a Admin of. I have created ...
Chandan Pednekar's user avatar
0 votes
0 answers
22 views

Use Facebook Authentification on different Hosts

Hey I'm writing a java application which should be able to connect the user to their facebook accounts. The application than should be able to post on their Facebook pages. For now my workflow works ...
dominic's user avatar
  • 405
0 votes
0 answers
203 views

Internal Server Error as response from Facebook Graph API on GET ads pagination

For a while now, we've been receiving a strange error response message "Internal Server Error" from the ads endpoint. To keep it simple, we are working on an application that makes use of the "...
nidhi's user avatar
  • 319
0 votes
0 answers
407 views

Internal Server Error Exception from Facebook Graph API

I am trying to fetch campaign,ad level information from Facebook Using Graph API. Campaign level information is getting with zero error for all accounts. But for the Ad Level info, I am not getting ...
Manju's user avatar
  • 309
0 votes
1 answer
455 views

Facebook RegisterCallback not working properly

I'm making an app named "BrandShopping". The app is intended for online delivery and shopping. That's why I need different login methods so the user can choose what they feel is most comfortable. The ...
GottaAimHigherPal's user avatar
2 votes
1 answer
3k views

How to get the facebook profile pic url

How to get the facebook profilePic url. with facebook graph below given facebook profile getting downloaded in the browser but not showing in the browser. I just need like image url({path}.png or jpg)....
Naga Syamala's user avatar
0 votes
0 answers
53 views

Json exception is thrown while getting user profile image from facebook

I have the following problem: I need to get user avatar from fb. Here's the way how I do it: GraphRequest request = GraphRequest.newGraphPathRequest( accessToken, "/"+...
Sergei Mikhailovskii's user avatar
-2 votes
1 answer
442 views

Link URL data missing for some creatives in Facebook api

We opened issue about link url data that missing for some creative in facebook api , and we received answer that there are two ways to create an ad creative and the second one seems to have been ...
Shekha Atrash's user avatar
-2 votes
1 answer
3k views

Get facebook posts from a group [closed]

I am developing an android app and I want the app to get post from a facebook group which I am admin.How is that possible? I search online but I couldn't find a solution to the problem. Thanks in ...
makisgr's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
34