1

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

Puck
  • 2,080
  • 4
  • 19
  • 30
thenu
  • 15
  • 4

1 Answers1

2

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
nilashan
  • 690
  • 1
  • 8
  • 30