Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Facebook API. I can't post to my groups. (#200) Insufficient permission to post to group

Facebook API. I can't post to my groups(posts to page works perfect). It happens when Facebook had some updates with permissions(some was deprecated) I have error '(#200) Insufficient permission to ...
Ivan Pirus's user avatar
  • 1,066
0 votes
0 answers
47 views

Facebook api returns : (#120) Invalid album id when trying to post to a group

When I try to post a photo in a group through the API I get an error, the post happens, but without the photo. I've seen people say it's a bug on Facebook and it happens when there's a question mark (?...
YodaCode's user avatar
0 votes
0 answers
692 views

Facebook SDK - Get details of a lead - ASP .net core API

What i try to do is retrieve my facebook leads from my facebook page in a webhook ASP.net core API , get the lead details and save it in my mongoDB Database. I had a problem getting my lead details ...
Sacha Krief's user avatar
1 vote
0 answers
63 views

Get bigger problem size of Facebook profile picture PHP SDK

After successfully signing up, i'm getting users Facebook pictures in this way /* * Get user profile picture */ try { // Returns a `FacebookFacebookResponse` object $...
Rumen Panchev's user avatar
1 vote
1 answer
297 views

Cannot create an ad or ad creative via the facebook API

So I'm working on a project from work using the facebook API so we can build ads (yes I know you can do it from facebook ads manager but my company wants me to create our own interface). Anyways so I'...
Brad Goldsmith's user avatar
1 vote
1 answer
853 views

Facebook SDK not catching exceptions

I'm using the Facebook Graph API SDK in my Laravel 5.4 app ("facebook/graph-sdk": "~5.0" in composer) I'm trying to fetch some fields from a page and when the page is invalid it throws an error, ...
hylian's user avatar
  • 560
0 votes
0 answers
43 views

publish_actions permission in facebook sdk for python [duplicate]

I am working on app in django 1.11 with facebook-sdk (v. 2.12 for facebook). I have problem with added permissions to publish content on wall. I got an error: (#200) Requires either publish_actions ...
Mark's user avatar
  • 33
0 votes
0 answers
170 views

How to fix error when upload chunked video use facebook php sdk

I have file index.php <?php require_once __DIR__ . '/vendor/autoload.php'; $fb = new Facebook\Facebook([ 'app_id' => 'xxx', 'app_secret' => 'xxx', 'default_graph_version' => 'v2.3'...
justcntt's user avatar
  • 227
-1 votes
1 answer
184 views

GET group_id / feed with APP Access Token Error 200

I'm cant GET Feeds of a Public Group where I'm the Admin. The result is "(#200) Permissions error". If I use an USER Access Token, The GET Work Ok, and obtain the list of feeds. Please help me !!!!
Santiago Cavalié's user avatar
1 vote
0 answers
3k views

Facebook SDK returned an error: You must provide an access token. Php Facebook Api

<?php require_once 'Facebook/autoload.php'; require_once 'Facebook/Authentication/AccessToken.php'; $fb = new Facebook\Facebook([ 'app_id' => '2452542542fsrgrgrg', 'app_secret' => '...
Lightningbbrains's user avatar
1 vote
0 answers
34 views

Couldn't list the pages from facebook api

My code $facebook = new Facebook\Facebook([ 'app_id' => $config['fb_api'], 'app_secret' => $config['fb_secret'], 'default_graph_version' => 'v2.10', 'cookie' => false, ]); $helper = $...
Ninja's user avatar
  • 428
0 votes
1 answer
19 views

Like Page Photo From Website PHP SDK 5.0

Was wondering if its possible to like a page post photo on Facebook from a website using the PHP SDK version 5? I have managed to authenticate a user using the SDK but having troubles finding out if ...
Greg S's user avatar
  • 5
2 votes
1 answer
2k views

Facebook SDK PHP Display a users email address

So I am using the Facebook SDK for Facebook Login and have followed their docs as it shows although I can't seem to figure out how to echo the users email address? I can see it does pick up email ...
Snappysites's user avatar
1 vote
1 answer
537 views

angular.element().scope function not working in fb script

After the response, I want to call angular function from outside js and it seems so surprise to me as this function throws an error function _i(){ FB.api('/me', function(response) { ...
VIKAS KOHLI's user avatar
  • 8,350
1 vote
1 answer
72 views

How do I get all the posts that a certain user has liked recently with facebook graph api?

$likes = $fb->get('/' . $key['id'] . '/activity-log/likes', $key['access_token']); $likes = $likes->getGraphNode()->asArray(); This is just a random guess as to how to access ...
Ethan SK's user avatar
  • 869

15 30 50 per page
1
2 3 4 5
7