| Issue 11: | Support registration MyOpenID | |
| 1 person starred this issue and may be notified of changes. | Back to list |
MyOpenID offers an affiliate program. When a user goes to the site and after registration myopenid.com returns with openid_identifier. Can you add similar functionality to the validation and verification of registration?
$ OpenidReg = new LightOpenID_Reg ();
$ OpenidReg-> affiliate = 12345;
header ('Location:'. $ openidReg-> regUrl ());
if ($ openidReg-> validate ()) $ openidIdentifier = $ openidReg-> identity
Something like this.
|
Labels: -Type-Defect Type-Enhancement