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

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -