sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

Not creating new users through FacebookConnect #190

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I login using facebook.
2. It just blinks because I am already authenticated
3. But nothing happens when I go to /user/auth/login. It still shows the login 
screen. It doesn't insert new user on the database too. 

What is the expected output? What do you see instead?

I should see the admin panel now or something that would indicated that I have 
logged in.

What version of the product are you using? On what operating system?

yii-user-management 0.8rc5 

Please provide any additional information below.
Many users are experiencing the same problems here:
http://code.google.com/p/yii-user-management/wiki/FacebookConnect 

Original issue reported on code.google.com by geocip...@gmail.com on 16 Apr 2012 at 7:57

GoogleCodeExporter commented 9 years ago
I updated to .. 0.8rc6 .. still the same :|

Original comment by geocip...@gmail.com on 16 Apr 2012 at 8:29

GoogleCodeExporter commented 9 years ago
Shows Error on JS Console

Uncaught Error: OAuth2 specification states that 'perms' should now be called 
'scope'. Please update.

Error is in http://connect.facebook.net/en_US/all.js line 3

Original comment by geocip...@gmail.com on 16 Apr 2012 at 8:38

GoogleCodeExporter commented 9 years ago
I try to use yii-user-management 0.8rc6 and facebook connect.
In conclusion:
-Facebook session null because Facebook.php call $_REQUEST['signed_request'] 
but when i debug $_REQUEST['signed_request'] nothing.

Original comment by just4u.d...@gmail.com on 12 Jun 2012 at 6:11