I am still looking for the solution and I found some other article in this topic.
Now I know that, after the succesful OAuth authentication I receive a token variable, which can be used for requesting user data like this:
https://graph.facebook.com/me?fields=name,email&access_token=CAAXFV....i31ytAZDZD
So if after the OAuth I store this token, than I can check, if the request gives me 200 (lgging in) or 400 (force to re authenticate with OAuth), but I am not sure, this is the real way to do?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community