hey
i am building mobile website and i want to integrate facebook connect. in my regulat site i am using facebook connect that uses the cookie for getting the session key,
on mobile this cookies method for getting the session is not recommended, i think.
what ivgot so far is that i call to login rest server and then it return to me the
?auth_token
i understand that i need to ask using the auth token for session key, how can i accomplish this ?
this is the url that i am using
http://www.facebook.com/login.php?api%5Fkey=apikey&v=1.0&next=mysite
maybe i dont fully understand how to accompish facebook connect on mobile and there another way.
thank u guys