LaravelFacebookSdk icon indicating copy to clipboard operation
LaravelFacebookSdk copied to clipboard

Get extra fields

Open brunoramonalmeida opened this issue 7 years ago • 0 comments

O would like to get other fields rather than id, mail.

I tried: try { $response = $fb->get('/me?fields=id,name,email,relationship_status,location',$token); } catch (Facebook\Exceptions\FacebookSDKException $e) { dd($e->getMessage()); }

But it didn't return anything.

Can anyone helps me?

brunoramonalmeida avatar May 16 '17 18:05 brunoramonalmeida