I have a program that authorize on facebook with cookies. So the modal dialog with facebook authorizing every time displaying. I want to hide it from user. Any help please..
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
When your login was successful you could do something like:
then when your application starts up, do something similar to this:
What this is doing is, that it saves the "cookie" of the facebook authentication and reuses it when the application is restarted. Hope this helps. |
|||||||||||
|