we applied for marketing developer platform product permission 40 days back, and still our application status is shown as "Review in progress".
We need to be able to read company page feed. That is all we need the API for.
Our app used to work before their API changed couple of months back.
Could anyone please share how to read LinkedIn company page feed or how the review process works with LinkedIn please?
Related
Created an app/product to do a social login using Linkedin for website www.lifeschool10.nl.
The app/product was verified by the business owner of the company lifeschool10.
However there is also verification needed by the LinkedIn platform team .... see the attachment.
It states that this will be done in 3-5 days but sofar this has not been done.
Can you please update me with a status or inform me what else/additional I have to do?enter image description here
Regards Walter.
I am currently using a linkedin API with r_lightprofile in my application.
Two months ago, I sent a request for access to r_fullprofile using the Partner Program form.
https://business.linkedin.com/marketing-solutions/contact-us
http://prntscr.com/opfnpd
I also sent a request to the Marketing Developer Platform, but the request is still pending (http://prntscr.com/opfvfx)
After all this, I got an email with a form to fill out information about the company.
But after filling out the form, I did not receive an answer that the company is suitable or not suitable for full access.
1) How long does it usually take to get access?
2) Does the linkedin API have support? Email, Live chat or something else?
3) Have I done everything for access? Maybe I missed something?
4) Does Linkedin send an email in case of failure?
It's been a long way for me too, I'll give you some random tips:
Make sure your app is connected to a LinkedIn company page and that the status is Verified. To do this, from the app dashboard, add to the Team members an administrator of the LinkedIn company page (as Admin member) and let him access the app dashboard. He should be able to see a Verify button to confirm the authenticity of the app.
The only support that was really helpful to me was Zendesk.
Our application allow our users to post updates on Linkedin profiles and company pages and for this we use LinkedIn API v1
Since Friday LinkedIn API sometime returns 500 Internal Error when posting updates. It affects approx. 20% of our users.
For some other users, the updates is posted correctly but the links are displayed with a small thumbnail.
All updates are posted the same way (code and server), the only difference being the LinkedIn account used.
Any help much appreciated.
I integrated LinkedIn People Search API in my iOS app. I am sening requests to this API, but I am getting access denials from LinkedIn. In the documentation, LinkedIn says that this API requires the developer to be registered as a LinkedIn Partner, in order to be able to access it.
I filled in the LinkedIn Partnership Program form (https://developer.linkedin.com/partner-programs/apply) in order to get access to LinkedIn People Search API. I did that several times during a period of 2-3 months, and I get this time of rejection every time: http://screencast.com/t/f7VDzDc43gK Can anybody help me with an answer about how I can become a LinkedIn Partner?
This image will help:
I'm looking into an issue where a clients LinkedIn feeds on their website have stopped showing. Debugging the problem I've found that I get a 403 error shown below:
Member xxxxxx does not have permission to get company xxxxx
As the LinkedIn authentication process can be quite difficult to comprehend, I had a look online to see if others have had the same problem, and managed to find this. It suggests there have been recent changes to the LinkedIn API and users are now required to be the administrator of the company. What exactly does this mean?
From the very beginning we have simply been accessed the feeds by generating a url like this:
https://api.linkedin.com/v1/companies/xxxx/updates?oauth2_access_token=ACCESS_TOKEN
This has worked in the past. Do we need to regenerate the Secret and API keys?
Update
Looking at the announced changes here:
https://developer.linkedin.com/support/developer-program-transition
It suggests that the following endpoint will still work (which is exactly what I have):
/v1/companies/{id}
So I'm not sure what I'm missing.
is the access token generated by a account witch is Admin of that company page?
If not hen you will get 403.
The requester needs to be admin of that comapny page in order to get company updates.