How can I hide this "?state=...&code=..." in the address after logging in using php sdk 3.1.1
|
feedback
|
|
Facebook will send you code every time user sign up you app or login to your app. So what i do is redirect/reload again
Here APP_URL is something like apps.facebook.com/greatapp/ or you can use Site URL which you set in developer. | |||||
feedback
|
|
Check for
Facebook returns | ||||
|
feedback
|
|
You can name a folder "facebook" and put the auth code and probably a session saver or cookie. Then you can use the session to store the info and proceed on the other sites without getting the state and code parameters in the url. I think that will work because a norwegian site use this, and it works pretty great. Good luck :)
| |||
|
feedback
|