how to retrieve image after successful login using social login , i retrieved $user_token = $data->user->user_token; like this but how to retrieve image
what i did is i again connected to api with url of http://subdomain.oneall.com/users/'$usertoken'.json
and getting results same as connected in social login may be is this he problem but last login is working
hey everything worked fine but i am struck with getting results i got the results usinng $data->user->date_last_login for the last login , but i am unable to get display name and email can u give me how to do that one