简体   繁体   中英

iOS Social framework getting facebook account using facebook application

I can get facebook account from the settings, but not from the facebook application. Is there any way to get facebook account from installed facebook application without using facebook SDK?

To get Facebook account form app you need to set permissions:

[self authorizeWithFBAppAuth:YES safariAuth:YES];

in this method:

- (void)authorize:(NSArray *)permissions delegate:(id<FBSessionDelegate>)delegate

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