How do I get email address field using the LinkedIn Javascript API?

后端 未结 4 1680
南笙
南笙 2021-02-14 19:08

I\'m using the LinkedIn Javascript API to sign in users to my application, however the API is not returning the email address even though I\'m requiring permission for that spec

4条回答
  •  误落风尘
    2021-02-14 19:40

    1- be sure you made email permission (r_emailaddress) in your app http://developer.linkedin.com/documents/authentication#granting

    2- then you may use this

        
    
        
    

    hope this will help you :) thanks

提交回复
热议问题