Facebook API – Get Ads and creative image
So im trying to fetch the ads and their respective images from the Facebook API. So far i manage to get the Ads and now im trying to get the creative for that ad but im failing with every try.…
So im trying to fetch the ads and their respective images from the Facebook API. So far i manage to get the Ads and now im trying to get the creative for that ad but im failing with every try.…
I can't publish anything on user timeline when facebook has remove "publish_actions" permission? If it can,how to upload video on user timeline?Or how to review "publish_actions" permission with Graph API v2.12.
Earlier today, the Facebook login flow of our web application stopped working for some users. When we try to fetch the current profile, an error is returned. It claims that the access token we just generated by redirecting the user…
Is there a way to get the whole Facebook friends list using an api! I've tried a lot of thing and here's my shot: FacebookClient f = new FacebookClient(access_token); f.IsSecureConnection = true; dynamic friendlist = await f.GetTaskAsync(@"https://graph.facebook.com/me/friendlists?access_token="+access_token); t.Text = JsonConvert.SerializeObject(friendlist);…
Summary of the problem: the "Enforce HTTPS for OAuth Redirects and SDK APIs" option in Facebook Login Settings, which cannot be disabled. According to the Facebook help (https://developers.facebook.com/docs/facebook-login/security): This setting requires HTTPS for OAuth Redirects and pages getting access tokens…
I am trying to access campaigns of the facebook account. Using python lib: https://github.com/facebook/facebook-python-ads-sdk Receive error: (#100) Tried accessing nonexisting field (campaigns) on node type (AdAccount) Url: https://graph.facebook.com/v2.11/{account_id}/campaigns Everything worked fine for months. Now, even facebook page for this url…
I'm writing an game for android which uses facebook to keep track of user to save his game state in the cloud. We want to allow the user to invite his friends from facebook. However the facebook graph api no…
I use the plugin "Woocommerce social button" to share my products on social networks like Facebook. Unfortunately, the product image's is not displayed on the Facebook post (it's my website logo which is displayed). I solved it by installing "Yoast…
I have an issue now, suddenly all url image from facebook graph API in my database return a default image look likes this: Example url : http://graph.facebook.com/{user-id}/picture?type=large
I'm trying to get the profile image for a Facebook user using the Graph API in the Facebook SDK for iOS but the example code from the website does not work for me. https://developers.facebook.com/docs/graph-api/reference/user/picture/ FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/123456789/picture"…