简体   繁体   中英

Facebook graph api

Whenever I click anything with Facebook, a pop-up shows up "YOU HAVE ALREADY AUTHORIZED APP ", even everytime I login through facebook.Can I remove this popup. I am using facebook sdk 2.x for IOS.

It checked whether the session is there or not and continues with logged in condition

 if (![[delegate facebook] isSessionValid]) {

  [[delegate facebook] authorize:permissions];
  } else {

  NSLog(@"seesion found");
 [self apiFQLIMe];
 }

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM