linkedin - Error: Scope parameter is not authorized: r_contactinfo -


i following error using linkedin api: error: scope parameter not authorized: r_contactinfo

throw new error("scope parameter not authorized: " + p); 

the application working month, , don't want deploy again because of issue. there way fix this, guess it's connected linkedin api?

<script type="text/javascript" src="https://platform.linkedin.com/in.js">     api_key: 75x5459m1lbbde     onload: onlinkedinframeworkload     authorize: true     scope: r_basicprofile rw_groups r_contactinfo </script> 

best

m

r_contactinfo no longer openly available, per linkedin's api change announcement in february (https://developer.linkedin.com/blog/posts/2015/developer-program-changes).

you need apply , approved in 1 of partnership programs continue using it, or have stop requesting member permission continue functioning.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -