1 注册一个新的应用程序在dev.twitter.com /应用程序/ https://dev.twitter.com/apps/new;
2 填写为您的网站的领域,设置回调URL将不被接受的东西像http://localhost.com/twitter_login.php
(http://localhost/
因为它不具有域名)。(前提下你电脑能连接到国外网站)
3 最后,选择“读与写“。填写验证码,点击“注册申请”,并接受服务条款。
你会看到
我们将使用不久的Consumer key和Consumer secret值。
在我的博客里可以找到文件包;解压后放在服务器就可以啦!
修改
define('CONSUMER_KEY', 'VfXlox0v62IEH6ArI32ipg'); define('CONSUMER_SECRET', 'KoAG6dXqHOSqwV1RKSTkOUcsn1aLqwVLCmQ4Hwfbxj0'); define('OAUTH_CALLBACK', 'https://store.topou.com/game_center/twitteroauth/callback.php');
防问就可以得到返回值啦!这个'https://store.topou.com/game_center/twitteroauth/callback.php'回调URL后面用twitteroauth/callback.php