2011-05-26 101 views
-3

你好 我要代表这一个: https://graph.facebook.com/search?type= ... CESS_TOKENFacebook的图形API错误

与此:

NSMutableDictionary * params = [NSMutableDictionary dictionaryWithObjectsAndKeys: 
            @"checkin", @"type", token,@"access_token", 
            nil]; 
    [facebook requestWithMethodName:@"search?" 
          andParams:params 
         andHttpMethod:@"GET" 
         andDelegate:self]; 

我收到未知的方法错误?这里有什么问题?

+0

“https://graph.facebook.com/search?type= ... CESS_TOKEN”什么? – Arcantos 2011-05-26 22:44:48

+0

type = checkin&accesstoken = ....但没关系,我发现它 – user622203 2011-05-26 22:59:13

回答

0
[facebook requestWithGraphPath:@"search" andParams:params andDelegate:self];