facebook - FQL and Graph API in iOS -
have used fql of graph api in ios? trying users posts different groups have read fql documentation need see example me proceed? please help
here example:
nsmutabledictionary * params = [nsmutabledictionary dictionarywithobjectsandkeys: @"select uid,name user uid=4", @"query", nil]; [facebook requestwithmethodname: @"fql.query" andparams: params andhttpmethod: @"post" anddelegate: self];
Comments
Post a Comment