ref, https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/videos-api
Am working on to implement video post into LinkedIn profile, I have done all the steps which ever mentioned in the above doc.
So after the final step, https://api.linkedin.com/rest/videos?action=finalizeUpload
I have received status is 200 OK but still I couldn't see the video available on the user profile.
postman ref
Did anyone face the similar kind of issue with linkedin video api, kindly let me know. Thanks
Related
I'm using Charles Proxy as Sniffer to check and verify the body/payload of my Firebase Events?
I see the POST request to firebaselogging-pa.googleapis.com/v1/firelog/legacy/batchlog in Batch, and in each event, inside the POST request, I found the sourceExtension attrib, that I think constains all the event data, but I cant to decode, I tryed with base64 and bytes, but I cant see the content of the property.
I know the documented way to check firebase events is thourght the web portal in debug view, but this question is about how to see the content in the request before it arrive to the google cloud.
I saw another related post in Stackoverflow, but without any answers:
See Firebase network traffic in debug purpose
Anyone know how to sniff Firebase events and decode correctly? thanks in advance.
We are developing a platform to help freelancers schedule #linkedin posts for their clients and manage comments on those posts.
I understand from the documentation that LinkedIn provides webhooks for apps to get notified when a Page post receives comments but I can't find a way to enable that feature. At the moment we are basically query the API frequently enough to make it look like it is a webhook but that is not a proper solution.
Is it a very restricted feature just like video UGC posts (which would be nice to have as well)?
Or can we apply somehow?
Any help is appreciated, thanks.
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?
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 am trying to integrate my blog to Linkedin Pulse by connecting to my linkedin app. I found that posting to API /v1/people/~/shares shares my update but I can't figure out how to post it on Pulse - long post.
Is it even possible?
Cheers!
Posting on Pulse is not available using LinkedIn's public API. And as far as I know, they are not offering this to their partners either.
Managed to fix it with Curl. The tool is logging in to your linked in (user and password). Gathers the token and post to LinkedIn pulse, additional request is used to upload image and tags using post ID at that time.
Cheers!