Welcome Guest, Not a member yet? Register   Sign In
ExtID - External Identification Library
#13

[eluser]kbjr[/eluser]
[quote author="SpaceCoder" date="1295058696"]If somebody got this error while Twitter auth:

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


Just set auth_type in config:

Code:
$config['default']['twitter']    = array(
    'auth_type' => 'twitter',
    'app_id' => 'SDffZWOXcecDFydWfZhQ',
    'secret' => 'U8uOPj1exf3Oxpyhhb6dHC0W6gJwd9mkGiGY2q6Y0Go'
);
[/quote]

I can't really think how this could be caused; The auth_type value is hard-coded in the file, but I'll look into it.

[quote author="SpaceCoder" date="1295058696"]And if you get Facebook error:
Code:
Fatal error: Uncaught CurlException: 77: error setting certificate verify locations: CAfile: /Users/kir/Sites/narayone/system/application/libraries/extid/oauth-sdks/fb_ca_chain_bundle.crt CApath: none thrown in /Users/kir/Sites/narayone/system/application/libraries/extid/oauth-sdks/facebook.php on line 622

Put the fb_ca_chain_bundle.crt file from facebook php-sdk (https://github.com/facebook/php-sdk/) to application/libraries/extid/oauth-sdks =)

kbjr, please fix it![/quote]

Thanks, I added the fb_ca_chain_bundle.crt file.


Messages In This Thread
ExtID - External Identification Library - by El Forum - 10-13-2010, 11:22 PM
ExtID - External Identification Library - by El Forum - 10-14-2010, 03:03 AM
ExtID - External Identification Library - by El Forum - 10-14-2010, 06:46 AM
ExtID - External Identification Library - by El Forum - 10-14-2010, 08:10 AM
ExtID - External Identification Library - by El Forum - 01-10-2011, 08:03 PM
ExtID - External Identification Library - by El Forum - 01-10-2011, 08:43 PM
ExtID - External Identification Library - by El Forum - 01-11-2011, 11:35 AM
ExtID - External Identification Library - by El Forum - 01-14-2011, 08:06 AM
ExtID - External Identification Library - by El Forum - 01-14-2011, 08:24 AM
ExtID - External Identification Library - by El Forum - 01-14-2011, 08:30 AM
ExtID - External Identification Library - by El Forum - 01-14-2011, 02:31 PM
ExtID - External Identification Library - by El Forum - 01-14-2011, 03:15 PM
ExtID - External Identification Library - by El Forum - 01-14-2011, 09:49 PM
ExtID - External Identification Library - by El Forum - 01-15-2011, 12:55 AM
ExtID - External Identification Library - by El Forum - 01-15-2011, 12:59 AM
ExtID - External Identification Library - by El Forum - 01-15-2011, 01:16 AM
ExtID - External Identification Library - by El Forum - 01-15-2011, 01:27 AM
ExtID - External Identification Library - by El Forum - 01-15-2011, 04:04 AM



Theme © iAndrew 2016 - Forum software by © MyBB