Mewp / lightopenid

Automatically exported from code.google.com/p/lightopenid
MIT License
4 stars 12 forks source link

Add this to the example-google.php file #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$openid->required = array('contact/email');
$openid->optional = 
array('namePerson','namePerson/friendly','birthDate','person/gender');

It wasn't clear, and I found the example on stackoverflow.

Wish you had the source up here :)

Original issue reported on code.google.com by rich...@securebucket.com on 6 Apr 2011 at 3:12

GoogleCodeExporter commented 9 years ago
Where in example-google.php does it belong?

Original comment by gole...@gmail.com on 18 May 2011 at 6:58

GoogleCodeExporter commented 9 years ago
Just before calling $openid->authUrl();

Looks like I'll add this to the example after all.

Original comment by mewp...@gmail.com on 18 May 2011 at 8:20

GoogleCodeExporter commented 9 years ago
Cool

Original comment by rich...@securebucket.com on 19 May 2011 at 11:42

GoogleCodeExporter commented 9 years ago

Original comment by mewp...@gmail.com on 15 Sep 2011 at 8:35