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

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -