iphone - Facebook graph api -


whenever click facebook, pop-up shows "you have authorized app ", everytime login through facebook.can remove popup. using facebook sdk 2.x ios.

it checked whether session there or not , continues logged in condition

 if (![[delegate facebook] issessionvalid]) {    [[delegate facebook] authorize:permissions];   } else {    nslog(@"seesion found");  [self apifqlime];  } 

Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -