Questions tagged [facebook-authentication]

Facebook authentication is popular sign in method for many websites using Facebook credentials.

Facebook authentication is popular sign in method for many websites using Facebook credentials. This cab be implemented with many SDKs like PHP, C#, android, etc.

816 questions
0
votes
0 answers

Can't read facebook achievements, OAuthException throwned

I am developping my first facebook social game in PHP and I follow the social game tutorial provided on developer.facebook.com My game is on a server and loaded into a canvas page. Everything is clear but I can't resolve a problem when I try to deal…
0
votes
3 answers

How will Facebook Authenticate let me ID a user?

I have a website where I need to have data that is ID'd by user. For example, they enter their favorite food: userid favorite food ------ ------------- 1 french fries 2 tacos 3 fish sticks 4 …
Don P
  • 60,113
  • 114
  • 300
  • 432
0
votes
1 answer

Redirection issue with latest version of php-sdk

We have used latest version of php-sdk 3 '; print_r($o); echo ''; } if (isset($_GET['code'])){ …
0
votes
1 answer

iOS PhoneGap/Facebook Authentication Doesn't Complete

I'm new to both PhoneGap and Facebook Authentication and am trying to get the simple example that was provided in the phonegap-plugin-facebook-connect git hub project to complete authentication. I'm able to have the application run on my iPhone,…
0
votes
1 answer

Multiple users authenticating my app results in getting some of them suspended

I've got an authenticate app button on my website my problem I've got a booth in an event where users come to the booth authenticate my app on their account to get their account mapped to some RFID card after authenticating around 30 users in a row…
0
votes
1 answer

Authenticate user from mobile app

I have mobile online game and my server need user_id for the player. But facebook only gives me access_token to request data from user account and doesn't provide signed user_id. It's important to have SIGNED user_id so no other user can pretend to…
0
votes
1 answer

Activating facebook auth dialog

I am making a facebook app. I need the facebook users to authenticate my app before they can use it. under settings for my app, I found a auth dialog box under facebook developers -> settings -> permissions. I created this:…
Pavenhimself
  • 527
  • 1
  • 5
  • 18
0
votes
0 answers

permissions dialog not redirecting in firefox v15

we have a problem with the facebook permissions dialog only in firefox. The Problem is, that the redirection is not taking place. All other Browsers work fine except the firefox. The page which is not redirecting shows a blue fb logo with the…
nils petersohn
  • 2,317
  • 2
  • 25
  • 27
0
votes
2 answers

Need to get profile information after successful login to facebook

Totally new to this API I am working on a web site that uses Facebook API to allow them to log in. The code is old and now does not work so I am trying to upgrade to use new SDK. I am correctly getting them to login using this:
0
votes
1 answer

Facebook realtime update callback POST

Is it possible to make a POST in a wall of a user after a Realtime Update, automatically? Example: The user makes a post in his wall, then Facebook fire an event and send the object data to the url we specified in the realtime updates dashboard.…
0
votes
2 answers

What are some services that provide user authentication for your website?

I am developing a small website and I don't want to implement a full authentication workflow given the scope of the project and I can't rely that all users have Facebook account (so I need fallback from Facebook Connect). I want to offload the user…
pathikrit
  • 32,469
  • 37
  • 142
  • 221
0
votes
1 answer

Facebook Authentication logout - can not logout from FB

I know there are so many posts about issues like this, but I can not find solution for myself. In SimpleMachines forum (SMF) I integrated Login via Facebook, and it works fine. On the other side, I can not force system to log me out from Facebook…
user198003
  • 11,029
  • 28
  • 94
  • 152
0
votes
1 answer

How do correctly authorise a Facebook App

I am creating a basic Facebook app, and when a user without permission visits the app, they are redirected to the authorisation page. However, the page doesn't display, and I see the following error. This content cannot be displayed in a…
David Gard
  • 11,225
  • 36
  • 115
  • 227
0
votes
1 answer

FB Authentication Server Side

I am asking user to login from FB JS SDK. I get accessToken and userID and I save it in a database. And then internally every few minutes I call a php function at the server to check if there is an entry in the database and get all the information I…
Pratik Poddar
  • 1,353
  • 3
  • 18
  • 36
0
votes
0 answers

Codeigniter: Facebook library making the application very slow

I am using Codeigniter and including Facebook library to implement Facebook authentication. I am autoloading the library as: $autoload['libraries'] = array('database', 'session', 'facebook_lib', 'aescryption'); And the facebook_lib.php library is…
Blueboye
  • 1,374
  • 4
  • 24
  • 49