Regex facebook graph search

hey there
iam making a simple project using facebook graph to get information …but how can i parse the data
what’s regex sytnax should be used here ?
thanks in advance
[php]
{“id”:“123456”,“first_name”:“xxxxx”,“gender”:“male”,“last_name”:“xxxxx2”,“locale”:“en_US”,“name”:“alucard”,“username”:“alucard2”}
[/php]

It’s JSON, you can use json_decode to convert it to an array

thank you…i will try now :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service