Questions tagged as 'facebook'

2
answers

How to authenticate a user in an android app that uses Facebook login

I'm creating an Android application where the user will have to register to access the content of the application (a login). To do this, I use the famous Facebook Login by default. When the user logs in via the Facebook button, I trigger my REST...
asked by 25.06.2015 / 21:38
1
answer

Can I post to my own facebook using the API?

Can I make a post on my own facebook using the Face SDK? Can I read my feed with an SDK? the question is simple, I want to build my own interface to use my facebook profile the way I want.     
asked by 05.01.2015 / 14:13
1
answer

Share article on Facebook - Popup / blank window

Last week, when I tried to share any content from my blog to Facebook, I got a popup or blank page inside the Facebook domain. Examples: Share Article 1 ( this ) a -guide-pratico.html & t = JAR + Hell + - + A + tab + v = 3 "> Sha...
asked by 08.12.2014 / 21:59
1
answer

Take cover Facebook API SDK JS

I'm trying to get the user's Facebook cover logged in, but I'm not succeeding. FB.login(function(response){ if(response.authResponse){ FB.api('/me', function(fb){ var email = fb.email; var nasc = fb.birthday; v...
asked by 26.06.2015 / 19:15
2
answers

How to save facebook profile photo in the database?

I have a button that when I click, connects to facebook and displays the person's data in a registration form, in that form to a text field that returns the following: http://graph.facebook.com/'.$fb_id.'/picture?width=300 I would like...
asked by 06.04.2015 / 18:07
1
answer

Facebook API does not match user

I minimized my code as little as possible in order to isolate the error. I've already reviewed the forum for a simple answer, but no tips have solved this basic problem. In the app settings, the only changes I made were to populate the url (l...
asked by 07.02.2014 / 12:05
1
answer

Share facebook button displaying wrong information in "box_count"

In a wordpress-based project I'm working on, I have a modal that dynamically receives various information coming from a post-loop. This modal serves as a kind of "Preview" the complete post. Within this modal there must be sharing options...
asked by 15.09.2014 / 21:03
2
answers

Facebook SDK Command Android - Key Hash

I'm doing the Facebook SDK tutorial for Android and I do not understand this part, which talks about hashes of key to development environments. Command: keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\....
asked by 22.06.2016 / 22:33
1
answer

Login error facebook

When I try to login to facebook through my application, it gives the error:    URL blocked: Redirect failed because URl used is not   in the release list in the client's OAuth settings   app. Verify that the client and Web OAuth login...
asked by 29.03.2017 / 04:24
1
answer

How to perform an action when replying to an email

On some systems I see a very interesting feature, for example: I get a message on the facebook and it sends me an email with the message, and I can reply to the message simply by replying to the email. How does this work? What do I need...
asked by 31.03.2014 / 03:53