ios - login session facebook / upload photo -
i have question, try integrate facebook inside application, follow a tutorial
i login in way
_facebook = [[facebook alloc] initwithappid:kappid]; [_facebook authorize:_permissions delegate:self]; my question is, there way maintain login session? every time want post on fb wall have login , post. last question is, can post local image inside web image on wall post?
since each time creating _facebook object. after calling following method. [_facebook authorize:_permissions delegate:self];
so solving problem maintain session after successful login call code this,
if(session) // write code here post wall else // write code authentication for better understanding can follow tutorial easy integration of facebook in ios app
Comments
Post a Comment