Questions tagged as 'facebook'

1
answer

Authenticate user (Facebook) with Firebase

I am trying to authenticate my registered users through Facebook in Firebase. But the Firebase documentation is in objective-C and I'm working with Swift. I have already created the app from Facebook and authenticated by Facebook on the Fireb...
asked by 21.02.2016 / 06:00
2
answers

Error to access facebook with ionic 3

Someone can help me with this problem I am trying to connect to your Facebook of the user with Ionic 3 . I have this error    Facebook error: SERVER_ERROR: [code] 1675030 [message]: Error when   make the query. [extra]: null   ...
asked by 12.10.2018 / 00:37
1
answer

Share facebook Include PHP

I have a two buttons to share content from a web page (one of fb and one of tw). I am using inlcude to repeat the content on all pages <?php include 'share.php';?> . The problem is that Facebook asks me for a specific url fo...
asked by 03.03.2017 / 20:04
1
answer

Check status Facebook

I am working with the Facebook API, more specifically with the web SDK. I have created a login button in the index.html that when you click on it, redirects you to Facebook and in case you log in, you are redirected to the main page. Here...
asked by 17.05.2017 / 19:06
1
answer

I can not get the user's name Facebook api js

I have this code to try getting the user's name FB.api('/me', function(response) { console.log('Successful login for: ' + response.name); }); but the answer that the console gives me is:    Successful login for: undefined without...
asked by 30.06.2016 / 21:56
1
answer

Facebook login web javascript

I have a problem and it took a couple of days without finding a solution, I want to put the facebook login button on my website and I have managed to get the email but only in the development phase when I put the application in real no longer ca...
asked by 21.03.2016 / 15:27
1
answer

URL of origin of the chat on Facebook Customer Chat Plugin

I am using the FACEBOOK Customer Chat Plugin plugin on my website. My website offers products, and the chat is in the detail of each product. I reply from Facebook. The problem I have is that I do not have any parameters to know which URL com...
asked by 28.09.2018 / 19:46
0
answers

Facebook messenger on web page

I'm repeatedly trying to integrate Facebook chat on a client's website without effectiveness. If I try with the fanpage of an example on the subject, it works correctly. <div id="fb-root"></div> <script> window.fbAsyncInit...
asked by 31.03.2017 / 17:36
0
answers

facebook login sdk php Error: 'URL blocked: This redirect failed because ...'

I have been struggling for a while with the integration of the login button of facebook in PHP . Locally, it works super well but when you take it to production and change all the settings in facebook.developer of the app....
asked by 23.04.2016 / 07:11
2
answers

I can not redirect site after Login Facebook

Hi, I have the following JS code to execute the action when the login is made: FB.getLoginStatus(function(response){ mystatus(response); }); function mystatus(response) { if (response.status === 'connected') {...
asked by 30.06.2016 / 09:00