Hey guys, please see the screenshots… I am setting up an HTTP module to connect to LinkedIn. I figured out everything on my own. I did the following:
- Set up everything within LinkedIn to communicate with Make.
- Loaded all the following data into the HTTP module:
- Connection Name
- Authorization Base URL:
https://www.linkedin.com/oauth/v2/authorization
.
- Token Base URL:
https://www.linkedin.com/oauth/v2/accessToken
.
- The Client ID
- The Client Secret
- Scopes:
openid' 'profile' 'email
.
- The correct Integromate Redirect URL
I got the white screen you see below with the error and I have ZERO idea what it means. My connection is just cycling as you see in the screenshots.
Any ideas?
Hi,
Just out of curiosity: why not use the LinkedIn connector already included in Make? Not criticizing, just curious.
I also wanted to answer your question but to get access to the API involves jumping too many hoops…
L
3 Likes
+1 to @L_Duperval 's question. Is there any endpoint that requires an HTTP connection?
If you cannot find an existing module that fits your needs, you can always use the “Make an API Call” module- you don’t have to set up any additional authentication for it.
1 Like
The LinkedIn API needs the OAUth setup if you want to use it. I thought it was an open API so I would have tested making the call, but according to the docs, you need permission from LinkedIn to use it. You ahve to fill in a form, get approved, etc. Doesn’t look like you can give Microsoft $1 to test the thing.
L
1 Like
Hi @Caleb_Bartlett
You can establish Linkedin in HTTP module using the steps explained here
Regards,
Msquare Automation - Gold Partner of Make
Book a Free Consultation | Connect Live
Explore our YouTube Channel for valuable insights and updates!
Darn good question… I thought about it, but wasn’t sure. I am pretty new to Make so learning by doing. I am learning coding, but brand new, so using the Make Academy and ChatGPT as a “Make Tutor”.
Thanks for bringing it to my attention!
@L_Duperval It seems like the LinkedIn module might not support adding custom headers directly. I have to use an HTTP module to make the API call instead, which allows for more flexibility in setting headers and parameters.
GOT IT!!! Problem totally solved…
4 Likes