linkedIn how to apply ugcPosts permisson - linkedin

I called the ugcPosts api. it returns "developerApplication:4861615 does not have permission to create ugc posts". How can I get the permission.

You can't. Only a few apps have been whitelisted to create video UGC posts and LinkedIn currently is not accepting new apps: https://stackoverflow.com/a/54934631/7844946

Related

How to get access to LinkedIn Live Video API?

We are building streaming application and need access to LinkedIn Live API.
According to the docs we need to request one of the scopes w_organization_live or w_member_live but they are not authorized and there does not seem to be a way to add those to the linkedin app: https://share.getcloudapp.com/L1uWLO0e
Any ideas how to make it work? Should we talk to someone?

how can I use the linkedin search feature in my app

I want to use the linkedin search feature to look for candidates within only the linkedin population, is there any way to do that through there API?
LinkedIn does not currently provide access to any search-related APIs to the public.

LinkedIn - new invitations list

I want to retrieve the list of new invitations using the LinkedIn REST api. I could not find right documentation on this in their site or the "apigee". What REST url (with parameters) will list the new invitations? Do the LinkedIn provide this feature in the REST api?
Invitation API calls are only available to LinkedIn partner developers.

How to fetch admin profile details of a company page using Company API - Linkedin

Is there a way to fetch Admin profile details/Company page owner details using Companies API?
or Vice-versa, to fetch Company Pages the user owns (Not his employers) using Profile API?
I read the documentation and could find a way for it, any help is highly appreciated.
http://developer.linkedin.com/documents/company-lookup-api-and-fields
http://developer.linkedin.com/documents/profile-fields
According to the LinkedIn API docs (last example in the Overview section), you can get all the companies a use is an admin for with the following call:
https://api.linkedin.com/v1/companies?is-company-admin=true

How do generate RSS feed from private Google Site

We have a private google site on google apps but want to be able to generate an rss feed so people within our domain can add the feed to different readers (including google reader) how can we generate this feed?
Write a web service that will have the credentials to fetch data from the private Google Site.
Have it fetch the feed you need and republish it.
Check the Google Sites API documentation for details.
You can put the URL of the web service on the site where your users can find it.
Note that you will need access to a web server and some server programming skills to do this.

Resources