我是Twitter OAuth API的新手。
我正在尝试调整这样一段代码,并在0fees.net上注册了一个免费托管,并尝试测试一些代码并熟悉OAuth。
但当我尝试获取AuthencatieUrl时,我会收到以下错误:
Fatal error: Uncaught exception EpiOAuthException in /home/vol3/0fees.net/fees0_6530770/htdocs/Twi/EpiOAuth.php:313 Stack trace: #0 /home/vol3/0fees.net/fees0_6530770/htdocs/Twi/EpiOAuth.php(290): EpiOAuthException::raise(NULL, NULL) #1 /home/vol3/0fees.net/fees0_6530770/htdocs/Twi/EpiOAuth.php(33): EpiOAuthResponse->__get( oauth_token ) #2 /home/vol3/0fees.net/fees0_6530770/htdocs/Twi/sign-in.php(15): EpiOAuth->getAuthenticateUrl() #3 {main} thrown in /home/vol3/0fees.net/fees0_6530770/htdocs/Twi/EpiOAuth.php on line 313
我调试了一点,似乎令牌请求在免费主机上总是空的。。
但同样的代码也适用于我的localhost,令牌被正确检索,来自Twitter的AuthencationURL也可以……但我无法将localhost URL作为回调。。
你们知道这个问题吗?
Thanks & Regards. Larry.