2011-05-26 5 views
-3

Bonjour Je veux représenter celui-ci: https://graph.facebook.com/search?type= ... CESS_TOKENFacebook Graph API error

avec ceci:

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

Je reçois une erreur de méthode inconnue? Quel est le problème ici?

+0

"https://graph.facebook.com/search?type= ... CESS_TOKEN" quoi ??? – Arcantos

+0

type = checkin & accesstoken = .... mais peu importe je l'ai trouvé – user622203

Répondre

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