Jump to content
UBot Underground

Recommended Posts

Can anyone tell me why I would need a URL redirect for an API when the bot will be run locally on someone's computer and will never hit my URL?  I just cannot grasp this in my mind. Everything is self contained in a bot and will never be run through my website. Can anyone help me...please!

Link to post
Share on other sites

Can anyone tell me why I would need a URL redirect for an API when the bot will be run locally on someone's computer and will never hit my URL?  I just cannot grasp this in my mind. Everything is self contained in a bot and will never be run through my website. Can anyone help me...please!

Link to post
Share on other sites

You would need it because the API (Linkedin) you are trying to access uses "Authorization Code" grant type, implementing so called 3-legged Oauth, where users first need to grant access which posts authorization code back to your side, which you can then use to exchange for an access token, which finally permits you to access data via API.

 

So in short, if Linked doesn't support any other grant types (was checking but couldn't find one) you'll have to go through that process.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...