Questions tagged as 'facebook'

1
answer

Problem with facebook API

On the site, I'm using the facebook API to login, but when I try to login through the facebook button this message appears:    Unable to load URL: The domain for this URL is not included   in the application domains. In order to load this URL...
asked by 24.10.2016 / 12:35
2
answers

Facebook Open Graph meta tags for Blogger

I'm working on a blog of a friend and when I open a post, I copy the link and paste it on facebook the first image that appears is the photo of her that is in another div inside the sidebar on the right side of the blog and not the image...
asked by 27.06.2015 / 23:01
1
answer

Error signing in with Facebook on Android

I have an application that has a login with Facebook, but a few days ago this feature stopped working and now displays the following message that is in the attached image, delete the application that I created on Facebook, created the hashes key...
asked by 18.10.2016 / 20:10
1
answer

Like and Share Button Counter Custom for Social Networks Twitter and Facebook

How to get the total number of likes and shares of a URL on the Twitter and Facebook platforms? There are a number of sites on the Internet where you usually see custom Facebook and Twitter custom buttons, with a custom count...
asked by 03.07.2015 / 10:04
1
answer

How to redirect through a notification?

I'm sending notifications to registered users through Facebook about new events. How do I redirect the user to the event URL sent through the Facebook API? private function sendNotification($userFbId, $message, $url){ $attachment = array(...
asked by 03.07.2015 / 22:16
1
answer

Facebook Logout - How to move the person from Facebook

The Login portion is OK. I had to add a "You are not x? Click here to login with another account" that calls the following function: function deslogarFacebook(){ FB.logout(function (response){ window.location.href = "login"; }); }...
asked by 24.08.2017 / 14:21
1
answer

Login with facebook api does not return user email

Greetings galera, I spent hours and hours researching some solution to this problem, including here on the site, but I did not find anything that would help me. I'm implementing a facebook site registration using facebook's api directly. I...
asked by 29.07.2015 / 05:00
2
answers

Login via Facebook without the application installed

I have an app with a facebook login button. For integration, I followed these steps on the android quickstart on the facebook developers site. Well at the beginning it says:    Facebook SDK for Android uses Facebook to support Login and Sha...
asked by 23.09.2015 / 20:41
2
answers

Script to open facebook messenger application

I'm creating a app , and I wanted to insert a button to open a conversation on a particular facebook page, but by the messenger application and not by the browser, / p>     
asked by 26.06.2015 / 05:12
2
answers

How to integrate Facebook login with ZF1 Auth?

I have an application in ZF1 running and with authentication system that uses database query. I would like to know how I can integrate the 2 ways of logging, that is, if the user opts for facebook, have the same accesses and the same information...
asked by 04.02.2014 / 15:21