I have not used OAuth before and I don’t know where to start.
I need to get access token from from specific token provide/server, something like google+ but privately owned, but the issue is that cannot return back to http://localhost/myapp.
So I need two things if you please help me
(1) Is there any option I can setup application within my dev which returns access token? (2) How to fetch/get token? Is there any example?
I have tried googling it but did not get success or I am not understanding OAuth techno. Prefer to use DotNetOpenAuth if possible.