How can i get the r_contactinfo from linkedin -


hi have done basic app can company page details of user. have email ids of user who..? liked page , post of particular company page, there api details. how r_contactinfo linkedin if use in api call shows error.

in linkedin have mentioned tat have permission this, how that. have tried below url user details. returns error.

https://api.linkedin.com/v1/people-search:(people:(id,first-name,last-name,headline,picture-url,industry,positions:(id,title,summary,start-date,end-date,is-current,company:(id,name,type,size,industry,ticker)),educations:(id,school-name,field-of-study,start-date,end-date,degree,activities,notes)),num-results)?first-name=parameter&last-name=parameter 

you can company followers segment. refer https://developer.linkedin.com/docs/company-pages#get_followers

for getting user's liked specific update company, check https://developer.linkedin.com/docs/company-pages#get_update_likes

r_contactinfo available through "apply linkedin" partner programs. cannot access otherwise. check partner programs registration , apply relevant 1 based on application.

https://developer.linkedin.com/partner-programs


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -