Undefined index: oauth_token
57 | * |
58 | * @returns a key/value array containing oauth_token and oauth_token_secret |
59 | */ |
60 | function getRequestToken() {/*{{{*/ |
61 | $r = $this->oAuthRequest($this->requestTokenURL()); |
62 | $token = $this->oAuthParseResponse($r); |
63 | $this->token = new OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']); |
64 | return $token; |
65 | }/*}}}*/ |
66 | |
67 | /** |
68 | * Parse a URL-encoded OAuth response |
69 | * |
70 | * @return a key/value array |
#0 /public_html/lqbs/programmateur/app/libraries/twitteroauth/twitterOAuth.php(64): Atomik::errorHandler()
#1 /public_html/lqbs/programmateur/app/actions/index.php(72): TwitterOAuth->getRequestToken()
#2 /public_html/lqbs/programmateur/index.php(540): require('/public_html/lq...')
#3 /public_html/lqbs/programmateur/index.php(509): Atomik::_executeInScope()
#4 /public_html/lqbs/programmateur/index.php(338): Atomik::execute()
#5 /public_html/lqbs/programmateur/index.php(150): Atomik::dispatch()
#6 {main}