Skip to main content

All Questions

Tagged with
0 votes
1 answer
2k views

How to refresh access token. Without opening graph API explorer ? In facebook GraphAPI

According to https://developers.facebook.com/docs/instagram-basic-display-api/reference/refresh_access_token/ , to refresh a long term access token , which you can get from user access token. I am ...
Amandeep's user avatar
0 votes
3 answers
1k views

Get more than 25 comments on instagram API

I am using this url for get request - https://graph.facebook.com/${ig_media.id}/comments?access_token=${config.userAccessToken} But it is returning only 25 comments. What can I do to get more ...
Amandeep's user avatar
0 votes
0 answers
233 views

How to get static ip/domain of facebook webhook request

I have a query regarding facebook webhook IP/Domain whitelisting. we are deploying an application in Enterprise Organization where organization wants us to let them know a domain/ip from which the ...
Mast Ali's user avatar
0 votes
1 answer
32 views

Can I share requests limit between two Facebook apps?

I have two facebook apps. One is using Instagram basic display, and the other is using Instagram graph api. Users are authorized by basic display, so requests limit is extending on the first app. I ...
Sergeant98's user avatar
1 vote
0 answers
11 views

The ID given by the Facebook Graph API is not the same as the Profile ID [duplicate]

Example: https://www.facebook.com/profile.php?id=100005820853314 = profile id: 100005820853314 https://graph.facebook.com/me?fields=id = id: 162711601****** When users log in to my website with ...
Mertcan Merkit's user avatar
1 vote
1 answer
2k views

Facebook Graph API PHP and cURL

I am just trying to get the most basic test of the Facebook Graph API working. I am using PHP and cURL. I copied the data string directly from the Facebook Payload Helper. Everything appears correct, ...
Taylor Tay's user avatar
1 vote
0 answers
26 views

How can i generate a user token that can serve me all audiences even if they don't have a country?

Is there anyone who can help me please! I generated a user token using the graph api tool explorer. then I launched this api: https://graph.facebook.com/v10.0/act_xxxx/customaudiences?fields=name&...
Noureddine AMMAR's user avatar
1 vote
0 answers
73 views

Publish an uploaded photo using Facebook's Graph API

I uploaded a photo form PC using Facebook's Graph API as mention in https://developers.facebook.com/docs/graph-api/resumable-upload-api The response form the server was: {"h": "2:::...
Muddtv Boxtv's user avatar
1 vote
1 answer
744 views

Why do we get "messages endpoint is deprecated" when writing messages to facebook graph api

We are using the graph api to manage company pages for our customers. We (our customers) have upgraded with the pages_messaging permission (instead of read_page_mailboxes) and we can read private ...
JohJoh's user avatar
  • 21
0 votes
1 answer
157 views

How can we collect the facebook group request data using a chrome extension?

Is there any way that we can collect data by asking the questions when someone wants to join the group. And we collect the data when we approve the joining request or sometimes programmatically? ...
cptiwari20's user avatar
0 votes
1 answer
199 views

Facebook Login Dialog permission for deselect pages and group

I am using Facebook Login dialog. here is doc https://developers.facebook.com/docs/facebook-login/permissions/overview/ Here is example: By Default Facebook automatic select all group and pages. i ...
Tushar Imran's user avatar
3 votes
1 answer
2k views

User Instagram Graph API without Facebook Login

I'm trying to use the Instagram Graph API from Facebook. I need the media, stories and some profile information like follower. The problem is, that many users have no Facebook page which is connected ...
Florian2102's user avatar
1 vote
0 answers
68 views

How to get facebook access token that works without logging in everytime?

I got page access token from ***facebook.com/tools/explorer with perrmissions (publish_pages) . tried to extend its time https://graph.facebook.com/oauth/access_token?grant_type=fb_exchange_token&...
kodak's user avatar
  • 13
0 votes
1 answer
266 views

Query works in web browser but gets 400 Bad Request in R?

I have a problem in R with a query to the Facebook Graph API. In the following code I have removed the version, the act and the access_token. If I paste this query in the web browser it works fine. ...
Martín Pedemonte's user avatar
0 votes
1 answer
529 views

Spyder ''Import Facebook Error'' despite of install conda facebook sdk

I try to connect to facebook api with Python. I am using anaconda and also I get the following error: I use anaconda import json import facebook def main(): token = "--token-key--" graph = ...
rabia nural's user avatar

15 30 50 per page