How to get all friends name, id, birthday, location, etc.. from facebook ...

Use the FQL language to get very quickly all the information you want: $this->api- >api(array('method'=>'fql.query','query'=>"SELECT uid,name ...

Lee mas