Questions tagged as 'facebook-sdk'

0
answers

Facebook Authentication with Javascript

Hello, I have a problem while studying Facebook Login for JS. Testing the permissions, I went to my Facebook profile and removed the 'user_friends' permission. Upon entering the page again, it checks to see if I am logged in and checks the pe...
asked by 03.02.2016 / 14:43
0
answers

Login with Facebook in Android Application

Good afternoon guys, I'm developing an application that requires logging in with facebook. But there is a detail: I need the support in the application to sdk android in the pino of 3.0 which is the 11, only the latest facebook api only supports...
asked by 05.01.2016 / 17:56
0
answers

Change Facebook cover periodically [closed]

I need to create a "Health Campaigns" app for Facebook. This app would have to change the cover of all users who have added this app, every month, that is, have one campaign per month. I thought of doing this: Take the Facebook user ID when a...
asked by 03.01.2016 / 21:50
0
answers

Why does the facebook photo album return an empty array?

I'm using the Facebook SDK with Laravel 4. I need to return the images of some of the user who logs in via Facebook. When I use the user, who is the admin of the APP on Facebook, the images and the albums are returned normally. However, wh...
asked by 23.07.2015 / 22:26
1
answer

Reading JSon PHP

I'm starting to develop in PHP , and I'm having a hard time reading the return of a Json ; This section, I was able to read: "cost_per_action_type": [ { "action_type": "comment", "value": "261.1" }, { "action_type": "like", "val...
asked by 18.05.2018 / 14:31
1
answer

Facebook login system SDK 7.3 with Unity 5.3

I'm implementing the Facebook SDK in my Unity-created game and I'm having a lot of problems.   I tried to implement the Facebook login system: FB.LogInWithReadPermissions(new List<string>() { "public_profile", "email", "user_friends" },...
asked by 05.01.2016 / 03:48
0
answers

Error in catching leads on facebook (api)

I have an error in api Facebook Ads SDK.    Error: Fatal error: Class 'FacebookAds \ Object \ Ad' not found Documentation (read in batches)    link Download    link     
asked by 02.10.2018 / 13:43
0
answers

Unity SDK Facebook

I'm trying to integrate my game into Facebook, but in the key picking part it does not generate a 28-character key but a 4. Does anyone know how to solve it? My game is already published but this is a new version that I am developing so I alread...
asked by 05.08.2018 / 20:46
0
answers

Facebook Graph API - different values for actions between Facebook and API

I'm using the Facebook API (Ads Insights) to return campaign actions. However the value returned by the API does not match any value shown in Facebook's own publication My JavaScript Request var d = new FormData(); d.append("access_token"...
asked by 31.07.2018 / 22:19
0
answers

facebook php Graph returns error at login time

I'm getting this error when logging in to facebook: Graph returned an error: Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request Within my app, Valid O...
asked by 19.06.2018 / 03:33