thenu
thenu

Reputation: 15

I can't get user authorization from Delicious

I'm creating an application in Delicious then I got client id and Client secrete from that application. Use that client id I can't get the authorization key from it.

reference:oauth

Upvotes: 1

Views: 106

Answers (1)

nilashan
nilashan

Reputation: 690

You have to run as http request

You can send request like:

https://delicious.com/auth/authorize?client_id={YOUR_CLIENT_ID}&redirect_uri=http://www.example.com/redirect

Upvotes: 2

Related Questions