Querying Facebook user data through new iOS6 social framework

后端 未结 6 2049
轮回少年
轮回少年 2020-12-28 10:41

I am trying to query information about a user using iOS 6\'s new Facebook integration API. This is the code I\'m using, which is basically identical to what they demoed at W

6条回答
  •  情歌与酒
    2020-12-28 11:01

    add your active access token in paramete like

    NSDictionary *parameters = [NSDictionary dictionaryWithObject:@"PUT_ACCESS_TOKEN_HERE" forKey:@"access_token"];
    

提交回复
热议问题