1
如果用戶使用手機配置了Facebook賬戶,權限對話不會顯示在我的應用程序中?Facebook權限對話不顯示在應用程序中?
任何人可以幫助我什麼是由我失蹤了?
這裏是我的代碼
- (void)viewDidLoad
{
[super viewDidLoad];
[email protected][@"public_profile",@"email",@"user_likes",@"user_about_me",@"user_hometown",@"user_location"];
self.loginButton.delegate=self;
}
// enter code
-(void)loginViewShowingLoggedInUser:(FBLoginView *)loginView
{
NSLog(@"login %@",loginView);
}
-(void)loginViewFetchedUserInfo:(FBLoginView *)loginView user:(id<FBGraphUser>)user
{
NSLog(@"%@", user);
}
// enter
-(void)loginViewShowingLoggedOutUser:(FBLoginView *)loginView
{
NSLog(@"logout %@",loginView);
}
哪裏是你的代碼? – Neeku
http://pastie.org/9373660#9,13,18 –
編輯您的問題,並添加適當格式的代碼塊。在發佈堆棧溢出時避免使用粘貼箱。 (: – Neeku