How to verify on Social Auth user already logged on Facebook
17 views
Skip to first unread message
Iury Lira
unread,
Dec 2, 2014, 1:55:45 PM12/2/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to socialau...@googlegroups.com
Dear All,
How to verify on Social Auth user already logged on Facebook? I mean, a Facebook tab openned and when the user click in my application create my session without redirect to facebook url.
Thanks,
Iury
Ngoc Dao
unread,
Dec 2, 2014, 10:07:27 PM12/2/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to socialau...@googlegroups.com
user <---- FB session ----> FB user <---- your site session ----> your site
Your site should have its own session. After the 1st login via FB, you mark in your own site session that the user has already logged on. You can decide yourself when your site session should expire.