facebook connect for iPhone session expiring
I am using Graph Api for fb connect in iphone, it works fine on one page when I login through the API meth开发者_JAVA技巧ods but when I switched my view on I lost the session How to get my current session on next page?
Thanks Mani
I solved the problem. In new graph api there is no function [_session resume]; exist. That is a function from old rest api. In my case I just stored that _facebook facebook class object in my delegate object so its available to me on all views.
精彩评论