iphone - How to get array from FBGraph htmlResponse -


i want access array of friends facebook.so using fbgraph , string

by line

nsstring *str=(nsstring *)fb_graph_response.htmlresponse; 

so response is

getmefriendsbuttonpressed:  {"data":[{"name":"r.b. narain","id":"1452788"},{"name":"jon doe","id":"6564709"}]} 

now wanna array of friends can do.

it json response...... need json parsing..... this, either can write own parser..... or can use exising 1 http://code.google.com/p/json-framework/

thanks.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -