hi i made login with google on php
when you log on on this link
https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=http://www.clickfight.com.br/google/&client_id=1027389441775-erqhdb52b29eijrrgrnpuenqgp90jvj8.apps.googleusercontent.com&scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email&access_type=online&approval_prompt=auto
this return this result
ok but how can i get this result?
i m trying to use job getstring or get download but it dont return nothing
why?
in my php code i show this with
echo '<pre>';
print_r($user);
echo '</pre>';
i tested make a echo 'aaaa';
and it return on my job but my array with informations no
HOW TO GET MY ARRAY VALUES?
when you log on on this link
https://accounts.google.com/o/oauth2/auth?response_type=code&redirect_uri=http://www.clickfight.com.br/google/&client_id=1027389441775-erqhdb52b29eijrrgrnpuenqgp90jvj8.apps.googleusercontent.com&scope=https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo.email&access_type=online&approval_prompt=auto
this return this result
Array
(
[id] => 109691273181171171967
=> doidloko@gmail.com
=> 1
[name] => Douglas Eduardo Farias
[given_name] => Douglas
[family_name] => Eduardo Farias
[link] => https://plus.google.com/109691273181171171967
[picture] => https://lh5.googleusercontent.com/-_KZutqDhFHE/AAAAAAAAAAI/AAAAAAAABo0/KbETSR-tEPQ/photo.jpg
[gender] => male
[locale] => pt-BR
)
ok but how can i get this result?
i m trying to use job getstring or get download but it dont return nothing
why?
in my php code i show this with
echo '<pre>';
print_r($user);
echo '</pre>';
i tested make a echo 'aaaa';
and it return on my job but my array with informations no
HOW TO GET MY ARRAY VALUES?