Retrieving the linkedin background image through the REST API - linkedin

Does someone know if it is possible to retrieve the URL to the background image of a LinkedIn profile through the REST Api?

Related

Access for LinkedIn Advertising API

The access request form was filled in to request access to LinkedIn Advertising API for TataSteelEurope. However, the access was denied(reason: not a proper use case) and I am not able to further fill in the form.
We need access to LinkedIn Advertising API for fetching LinkedIn feeds of our company page(TataSteelEurope) and displaying the same in our website(www.tatasteeleurope.com).
Can anyone please help me on this ?
The access request form was filled in to request access to LinkedIn Advertising API for TataSteelEurope. However, the access was denied(reason: not a proper use case) and I am not able to further fill in the form.
We need access to LinkedIn Advertising API for fetching LinkedIn feeds of our company page(TataSteelEurope) and displaying the same in our website(www.tatasteeleurope.com).
Can anyone please help me on this ?

REST API endpoint for linkedin automation on make.com

Would highly appreciate help on this! For my business linked in page I am looking to create an automation where my facebook multiple image posts automatically get sent to linkedin and creates image posts for me. We need one piece of information so all of the photos from the post get transfered over to linkedin.
We need help on how to use your REST API endpoint. The goal is to be able to upload multiple images to the page from facebook. Can can someone help with this please?

how to get a LinkedIn page via Email using LinkedIn API

I am trying to understand how to get a LinkedIn page using LinkedIn API, if I know an email.
Is it possible?
I have found Handle Lookup API, but it looks like it has not been supported already.
https://learn.microsoft.com/en-us/linkedin/shared/integrations/people/handle-lookup?view=li-lms-2022-07

How do I connect and make request to flickr,facebook and other social media?

I am trying to integrate flickr,facebook and picasa in my webpage so that User can authenticate by signing into his account from any one of these and he can get images from his account and upload onto my webpage.And after editng those images he can upload back to the same website.
So how should I proceed.Can anyone give me your suggestions?
Here is the sample link what I mean?
http://www.showzey.com/
Read the API documentation
Flickr: http://www.flickr.com/services/api/
Facebook: https://developers.facebook.com/
Picasa:
http://code.google.com/apis/picasaweb/overview.html

Youtube video upload using asp.net

I want to upload video to Youtube from my ASP.NET application. It should return video ID or embed code after uploaded video.
Ah, google integration. Be ye warned: here lies madness.
http://code.google.com/apis/youtube/2.0/developers_guide_protocol.html#Process_Flows_for_Uploading_Videos
An extremely high overview:
You will either
Need to perform integration with oauth to retrieve an authorization token, or
Pass this user along to google to authorize them and then send you back a token which you must catch.
After authorization you may either:
Send youtube an http post request containing the video upload as well as meta data, or
Submit a form post that contains the a hidden input feild with their auth token.
Youtube then passes you back data that contains the id as well as other meta video data.
At this point you would need to perform additional http posts to their api in order to retrieve the embed code.
Youtube's api upload documentation lists between 6-13 steps depending on what choices you make in your app.
Hope this overview helps!
Edit
Here is another question on SO about this same thing. It includes code samples:
How can I upload a video to YouYube using the Youtube API in C#?

Resources