ACAccountStore Error 6 (ACErrorAccountNotFound) and 8

前端 未结 3 1641
离开以前
离开以前 2020-12-14 23:38

I\'m attempting to get an account from ACAccountStore using the following code:

- (void) facebookLoginOnSuccess: (void (^)(void)) successBlock onError:(void(^         


        
3条回答
  •  死守一世寂寞
    2020-12-15 00:03

    My own solution was to use Facebook SDK instead of trying with the lib directly and now it's working.

提交回复
热议问题