使用php验证使用Linkedin Oauth验证后的用户信息

时间:2014-05-29 19:06:28

标签: php api oauth linkedin

1)我从here

下载了文件

2)创建了一个linkedin应用程序,我将网站网址添加为http://localhost

(我在localhost上做)并将URI重定向为http://localhost/demo/demo.php

3)在创建LinkedIn应用程序后生成的插入的API密钥和密钥

auth.phpdemo.php中,如下所示:

$config['base_url']             =   'http://localhost/demo/auth.php';
$config['callback_url']         =   'http://localhost/demo/demo.php';
$config['linkedin_access']      =   'XXXXXXXXApi_keyXXXXXXX';
$config['linkedin_secret']      =   'XXXXXXXXsecret_keyXXXXXXX';

当我点击http:// localhost/demo/auth.php之类的链接时,它会重定向到

https://www.linkedin.com/uas/oauth/authorize?oauth_token=我在这里收到一条错误消息:

"An Error occurred during authorization, please try again later."

请让我知道我在哪里做错了。

0 个答案:

没有答案