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 "\" -

web applications - Making Python scripts work on MAMP -

cocoa - Converting NSString to keyCode+modifiers for AXUIElementPostKeyboardEvent -