« Respose: Hashtable in Javascript | Main | Response to Joern's post »

Response to Tom's post

Tom,
After reading your blog post , I explored the facebook api a bit and this is what it says ....

auth_token A string that the application should immediately exchange for a session key via the facebook.auth.getSession method.

So, its not the token or session ID, its both. The token is returned when you login to facebook and you use that token to create the session ...which will return the session key that is storeable / reusable with subsequent requests. I believe, if you persist your session id somehow in javascript, that may fix your issues. Tokens are just for authentication. - one time use only. Session ids are not.

Obviously, you guys know facebook api better than me...so I am not sure how much of this made real sense !!!

Archives

Recent Comments