Reputation: 547
I am developing LinkedIn app for Windows 10 in C#. In order to authenticate I have to provide callback_url in http request parameter. My question is how can I get callback_url ?? I have no website.
Upvotes: 0
Views: 759
Reputation: 5332
Please follow this tutorial if you want to implement OAUTH 2.0 for Linkedin.
In general, you have to do following steps (explained in this tutorial):
This is general flow when using Linkedin OAUTH 2.0.
Upvotes: 1