Questions tagged as 'facebook-api'

0
answers

How do I check if the user has already accepted the facebook login terms?

After the first login, I log out, and try to log in again, but the hash key error, but if I delete the application from my facebook account and log in again right. How do I resolve this? public class LoginFacebook extends Fragment { priva...
asked by 05.09.2016 / 01:13
0
answers

Inject facebook api into the controller of AngularJS

This function is called by a ng-click on a button in my view, but is not returning anything on the console. Can anyone help me? $scope.shareContent = function(){ window.fbAsyncInit = function(){ FB.init({ app...
asked by 14.04.2016 / 19:58
0
answers

Facebook API does not open on phonegap app mobile

Well, I used the facebbok phonegap plugin, it works normally in the browser, but in the application it does not produce any results. I call the app this way: $scope.sharethisfuckingshit = function(){ console.log('aqui');...
asked by 20.04.2016 / 21:10
0
answers

List all pages that the user administers

I currently use the following form to get a certain page that the user administers: $graphObject = $response->getDecodedBody(); $fbUserName = $graphObject['name']; $fbUserEmail = $graphObject['email']; $fbUserID = $graphObject['id']; $p...
asked by 07.03.2016 / 13:40
1
answer

Facebook API - Secure Canvas URL

I'm trying to make an app work on Facebook and interact with the site I'm developing. The goal is for the user to sign in via Facebook on the site. It happens that every time I try to add the site in the API settings of Facebook, it accuses t...
asked by 25.06.2015 / 14:32
1
answer

Is it possible to publish to facebook through my system?

Hello, the question is simple, I want to do an integration of my system with facebook. I would like to know the steps necessary for me to be able to post to my system and automatically generate a post on a facebook page and also share those p...
asked by 28.03.2018 / 15:14
1
answer

Facebook Api does not receive the Email permission

Hello, I'm having a serious problem with the Facebook API, I've tried getting the email to my OAuth system, but the api returned null, debugging the process, I discovered that the APP is not actually requesting permission from Email. Anyone know...
asked by 17.10.2016 / 20:50