Thanks Jesse for your answer,
So I have to manually, into my PHP code, get the myopenid URL given by
my Emailtoid URL, right ?
I have missed this step, I was thinking that Emailtoid did that
(
http://emailtoid.net/developers/#adding_emailtoid)
Victor
On 21 août, 18:46, Jesse Clark <
je...@jesseclark.com> wrote:
> Hi,
>
> When using a mapper endpoint you need to perform an http get to the
> mapper url which should provide you a redirect that contains the
> open_id in the location header.
>
> You can browse the Ruby on Rails plugin we use on Ma.gnolia here:
http://code.google.com/p/eaut/source/browse/#svn/code/rails/trunk/
> acts_as_eaut/lib/acts
>
> -Jesse
>
> On Aug 21, 2008, at 9:03 AM, victorc wrote:
>
>
>
> > Hi,
>
> > I have a problem, perhaps a simple one :
>
> > On my Web site I implement EAUT PHP library and when I use an email
> > address associated to a myOpenID account, I have the following error
> > on the myOpenID Web site :
> > "myOpenID is not authorized to verify that "
http://emailtoid.net/
> > mapper/?email=toto%
40gmail.com" is your identifier."
>
> > My code is :
> > $openid_url = Auth_Yadis_Email_getID("
t...@gmail.com");
> > I have checked on Magnolia and I can connect with my
t...@gmail.com
> > email (and so with my myOpenID URL).
> > On EAUT.org it workshttp://
eaut.org/example/?email=toto%40gmail.com