symfonycorp / connect

The SymfonyConnect official API SDK
https://connect.symfony.com/
MIT License
90 stars 40 forks source link

Not getting all information of the user #58

Closed saro0h closed 4 years ago

saro0h commented 8 years ago

I need the user's picture but I'm getting nothing from Connect:

properties: array:23 [▼
    "username" => "saro0h"
    "uuid" => "…"
    "name" => "Sarah Khalil"
    "image" => null
    …

The scope of my app is SCOPE_PUBLIC, I should access it right?

lyrixx commented 8 years ago

I don't know. Is this field present in the XML? Could you open a PR in the connect repository to fix this issue if it not in the XML?