LinkedIn の PHP api で、アプリケーションの承認時にユーザーのアクセス許可を求めるにはどうすればよいですか?
これらは私が必要とする権限です
- あなたのプロフィールの概要
- あなたの完全なプロフィール
- メールアドレス
試してみましたが、何も見つかりませんでした。助けてください
ドキュメントの最後の部分を見てくださいhttp://developer.linkedin.com/documents/authentication
これを認証文字列に追加します。scope=r_basicprofile+r_emailaddress+r_fullprofile
私は次のように見えます:
https://api.linkedin.com/uas/oauth/requestToken?scope=r_basicprofile+r_emailaddress+r_fullprofile
詳細: http://developer.linkedin.com/documents/authentication#granting