当我尝试使用php验证twitter时出现错误'Whoa there!
此页面没有请求令牌。这是我们要求使用您的Twitter帐户的应用程序所需的特殊密钥。请返回发送给您的网站或应用程序,然后重试;这可能只是一个错误。 ”。
我尝试了各种代码但仍然出错。如何解决?
以下是我的Twitter身份验证链接。
protected $requestTokenUrl = 'https://api.twitter.com/oauth/request_token';
protected $accessTokenUrl = 'https://api.twitter.com/oauth/access_token';
protected $authorizeUrl = 'https://api.twitter.com/oauth/authorize';
protected $apiUrl = 'https://api.twitter.com/1/';
请帮忙.. 提前谢谢......