Parse Facebook API data using loop for getting fan page ID#s?
- by Brandon Lee
I've been learning how to parse json data returned from the facebook-api. I've figured out how to fetch fan pages from a specific profile id and want to parse them using a loop!
Heres the code and example I have below:
This is the data I get back from the facebook-api
Array ( [0] => Array (
[page_id] => XXXXXX60828 ) [1] => Array ( …