facebook-graph-api Questions
6
Solved
I'm aware that there are many questions about Facebook access-tokens and the grief they cause, but despite much experimentation and reading many frustratingly vague blog articles (FB and otherwise)...
Dallasdalli asked 28/8, 2012 at 22:31
1
When trying to access user profile picture from Facebook graph API or JavaScript SDK, the url for picture is returned, but the URL does not resolve to a picture when requested.
The JavaScript SDK r...
Daugherty asked 9/11, 2023 at 7:13
7
I have the following code:
$fb = new Facebook([
'app_id' => $appId,
'app_secret' => $appSecret,
'default_graph_version' => 'v2.9',
]);
$oAuth2Client = $fb->getOAuth2Client();
$toke...
Sane asked 2/5, 2017 at 12:17
1
I have subscribed to leadgen topic for my page. Tested it using Webhooks console, it works fine. I created an ad with lead form and tried to create a test lead. But the webhook is not being trigger...
Gregoire asked 21/6, 2017 at 9:15
3
Solved
I am currently developing a web application with the Facebook Graph API.
My current goal is to retrieve only posts which have a location attached.
While retrieving posts with and without location...
Resoluble asked 3/6, 2016 at 22:24
6
I am attempting to use the Graph API Explorer to create an access token for my application to view my pages using 'me/accounts'. However, every time I try this, it returns me an empty data set. I h...
Conjuncture asked 26/6, 2013 at 20:5
8
Solved
Last night Facebook disabled our app with the following justificative:
Developer Policy 6.1: Verify that you have integrated Login correctly. Your app shouldn't crash or hang during the testing pr...
Urease asked 31/12, 2021 at 15:32
2
I'm using Facebooks Graph Api 3.2 (newest).
I have a valid token and run "/me/accounts" via Graph-Explorer.
There listed 41 of my pages. But I manage 43 pages. 2 are missing.
For these missing 2, I...
Ornithomancy asked 20/11, 2018 at 10:50
2
Solved
I have been trying to find a way to create a never expiring FaceBook Page Access Token. I have seen the option where you provide the AppID|AppSecret in place of the token however that requires you ...
Alto asked 28/11, 2018 at 0:25
14
I'm trying to access the media of my Instagram business account through Facebook Graph API. I'm following this guide:
https://developers.facebook.com/docs/instagram-api/getting-started/
I've set u...
Veriee asked 5/6, 2018 at 22:26
4
Yesterday I attempted to share a web page on Facebook, specifically https://share.novamanus.com/ad/659, however this did not preview correctly on Facebook. When I attempted to scrape this with the ...
Jamal asked 9/11, 2017 at 12:10
6
Receiving this message in the console: Refused to display in a frame because it set 'X-Frame-Options' to DENY
This happens when the site is being shown in the mobile version, its just a different ...
Stele asked 9/5, 2014 at 2:11
2
According to facebook, as of April 30th 2014 the create_event method is no longer available which I assume means no ability to publish events?
https://developers.facebook.com/docs/apps/changelog
...
Stave asked 15/5, 2014 at 10:56
2
Solved
Usually you'd have 3 formats a post URL will be:
https://www.facebook.com/XXXXX/posts/YYYYY
https://www.facebook.com/XXXXX/photos/a.AAAAA/YYYYY
https://www.facebook.com/permalink.php?story_fbid=YY...
Cordi asked 5/7, 2022 at 7:47
10
I've done a lot of research and haven't found a definitive answer to this. Is there anyway to test the open graph on localhost? I don't haven any issues using the graph api on locahost.
I've chan...
Ginnifer asked 20/12, 2011 at 1:49
2
I'm using a Facebook app (in development mode) to generate a page access token so that my personal web app can schedule/edit/delete posts on a Facebook fan page.
I'm using the Graph Explorer to ge...
Pindaric asked 6/10, 2016 at 15:59
2
Hi everyone I have a problem in Facebook Marketing API, I wan't to delete all the custom audience without uploading the same email again, all I want is to just delete every User/people from the Cus...
Wetmore asked 25/1, 2017 at 9:18
4
I am currently using Facebook login for firebase auth for my android app and retriving user's photourl using
firebaseAuth.getCurrentUser().getPhotoUrl()
This gives me the photo url from the user's...
Alsup asked 6/10, 2020 at 14:15
0
I have an app that reads comments on ads from facebooks api,
During testing we've noticed that when the user adds any variations to the ad this creates an asset_feed_spec on the adcreative, which t...
Lydalyddite asked 19/6, 2023 at 7:3
5
Solved
I am using Facebook Graph API to crawl information from public page. The current problem is how to get the total number of posts on a Facebook page. If we go to /{page-id}/posts, it will only retur...
Preponderant asked 25/10, 2014 at 8:34
6
Solved
Using the Facebook Graph API or some other means, is there a currently-available way to get a user's follower count? You'd think it would be a simple readable metric field at the user level, but af...
Bruner asked 1/6, 2016 at 15:11
1
I want to add a 'Login with Instagram" button as a new feature to my application.
After reading the docs, I understood that the new API called - 'Instagram Basic Display Api' can't be used as an au...
Inspection asked 23/1, 2020 at 21:7
3
Solved
I get data from the Facebook insights via Facebook Graph API more than year. And recently started all my requests (like {id}/insights) to return with an error: (#190) This method must be called wit...
Technocracy asked 9/2, 2018 at 14:3
5
I need a embedded facebook page plugin.
But the code generator of facebook doesn't work. When i give the url of the facebook page, the generator doens't give the code for this page.
Also doesn't ...
Kyla asked 27/3, 2017 at 8:4
0
I create new App and I want to use oauth to login via Facebook on my page. My other two App work correct but in this new I see:
Your app has standard access to public_profile. To use Facebook Login...
Riproaring asked 22/3, 2023 at 9:38
© 2022 - 2024 — McMap. All rights reserved.