2011-05-26 96 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];