Questions tagged as 'facebook-api'

2
answers

Problem with Facebook Web Login in PHP

I am using the Facebook SDK and when trying to perform the authentication it returns the following error, regarding the configuration of the application I think this is all ok because it worked so far without problem, a few days ago that this st...
asked by 04.04.2018 / 00:47
0
answers

Extract profile picture API login facebook with JavaScript

I have this JavaScript code and I want to extract the profile photo from facebook to save it in my mysql database. I have tried many things and I can not. function fb_login(){ $('#myModal').modal('toggle'); FB.login(function(res...
asked by 29.09.2017 / 01:08
1
answer

I do not get the data after login on facebook with the plugin inappbrowser on ionic

I have a basic application in ionic 1 with 2 home views and dashboard The plugin inappbrowser is installed and working correctly I'm using the cloud authentication service in ionic.io/cloud My facebook application that I l...
asked by 04.01.2017 / 20:42
0
answers

Does Facebook SDK of Facebook require SSL? [closed]

With js I can get all the information but I read on the internet that some have problems some with php say that it is for the hosting and others because it requires to have an SSL certificate some know if it is like this or not? because in the d...
asked by 01.07.2016 / 21:55
2
answers

Get facebook data with ionic 2

I'm doing login with facebook with cordova-plugin-facebook4, just like it's on the home page link . Just give me the facebook id, I'd like to bring the email and the name. I did it this way config.xml <plugin name="cordova-plugin-fac...
asked by 25.09.2017 / 17:35
1
answer

Get Reviews of a Facebook page

Currently I am developing a website where my boss wants to show the ratings and comments that have been made on the Facebook page link PAGE / reviews / Try to do this with PHP using the file_get_contents() function to get the...
asked by 13.07.2018 / 20:45
2
answers

Problems with login omniauth-facebook ruby on rails

I am trying to make a connection with facebook and ruby on rails using the omniauth-facebook, but when I try to make a connection it sends me an error of "no implicit conversion of Symbol into Integer" , would be very helpful if you can tell me...
asked by 17.08.2017 / 17:48
0
answers

How to edit style facebook login button in react native?

I am using react-native-fbsdk. How can I change the style of the facebook login button? The component looks like this makeLoginButton(callback) { return ( <LoginButton style={styles.btnfacebook} readPermi...
asked by 05.01.2019 / 16:27
0
answers

Publish to facebook profile with facebook API

Hello friends, I hope you can help me. I tried to publish in the profile of facebook I have not succeeded, I tried with api javascript and in the php without results; I have tried with different permissions and nothing. They could help me wit...
asked by 29.11.2018 / 18:47
0
answers

Because the Json returned by the instagram API Graph does not arrive full

I am currently trying to read the images posted with a hashtag in instagram, the connection has been made correctly, user_id, token etc, but when the Json arrives with the content is not complete, obviously causing an error when reading it. ....
asked by 03.11.2018 / 03:02