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

Popular posts from this blog

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -