Questions tagged as 'facebook-sdk'

0
answers

Facebook Login Button has no action

I'm testing the Facebook Login API, however clicking the Signing in with Facebook button will not happen, only the bar where the time is black for a moment and then comes back with the color of the application defined in styles.xml file...
asked by 24.12.2015 / 21:25
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

Call Activity after logging in to Facebook

I'm new to the world Android and I need some help. I can not call a new activity after facebook login . The login is running correctly and when done successfully, returns the activity with the Logout button. I tried to make the ca...
asked by 07.12.2015 / 14:28
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
0
answers

PHP: Facebook lets me post to my feed but other users can not get on theirs

I am creating a system of postings on facebook. I created an application and I put it as public. Through the application I ask the following permissions: publish_actions manage_pages publish_pages pages_show_list public_profile ema...
asked by 03.04.2017 / 00:06
1
answer

Post my application result to Facebook

Good afternoon ... my application is to follow soccer game ... containing number of goals, which teams ... and when you click save it shows me time1 X time2 = 2 x 0 (example) and wanted to share on facebook ... I registered my account as a dev...
asked by 04.11.2016 / 19:59
1
answer

Is it possible to create a facebook event via the Graph API?

I tried to search in some places, but without success or the content is old. Here's the question: I'm developing an app and would like to know if it's possible to create a facebook event via the Graph API or the Android SDK?     
asked by 05.10.2017 / 22:41
1
answer

How to post to a Facebook page using the PHP SDK (5.0)?

I'm developing an application to schedule hourly publications for my Facebook page, I'm already able to log in the user get user access Token ID and everything, I have the necessary permissions in the Facebook application, and I already have...
asked by 15.12.2016 / 16:36
1
answer

Undefined variable even though it is set [closed]

I have the following code: <!DOCTYPE HTML> <html lang="pt-br"> <head> <meta charset="UTF-8"> <title>Oi</title> </head> <body> <?php session_start(); date_default_timezone_set('Americ...
asked by 20.09.2015 / 19:56
2
answers

Conflict when using Gson + Facebook API

Talk about it, all right? Has anyone used the Gson library in the same project where the SDK was used? The problem happened when I used the Facebook SDK to allow in-app login through the Facebook account. This routine also worked perfectly...
asked by 25.08.2016 / 22:33