kbjr / ExtID

OpenID and OAuth together in one easy-to-use external ID library
Other
6 stars 0 forks source link

Twitter and empty session #7

Open kirs opened 13 years ago

kirs commented 13 years ago

Please, try to auth via Twitter with empty session here http://188.127.241.110/auth

After first auth, it prints

A PHP Error was encountered
Severity: Notice
Message: Undefined index: auth_type
Filename: libraries/ExtID.php
Line Number: 568

A PHP Error was encountered
Severity: Notice
Message: Undefined index: secure
Filename: libraries/ExtID.php
Line Number: 634

And the result array is empty. But on the second attempt (with session) all works well.

My config file: http://dl.dropbox.com/u/904099/extid/extid.php

kirs commented 13 years ago

Please, fix it... Twitter authorization is important for me

kbjr commented 13 years ago

okay... so, i haven't had time to work on this because of other things, but sitting down now to look at it, i know why this is happening, i just don't know where the problem is occuring. i'm looking into it.

also, as of my next push to github, this library is going to CodeIgniter 2.0 only because CI2 is already built for PHP 5 and the two just seem to get along better.