gcode-mirror / bitly-api

Automatically exported from code.google.com/p/bitly-api
0 stars 0 forks source link

Cannot implement bit.ly in desktop applications using OAuth 2.0 #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem (provide an exact http api call where
appropriate)?
1. Develop http://code.google.com/p/zscreen to support bit.ly
2. Attempt to perform desktop authentication using the code 
http://code.google.com/p/zscreen/source/browse/trunk/ZSS.UploadersLib/URLShorten
ers/BitlyURLShortener.cs
3. Cannot authenticate using a desktop application because OAuth 2.0 does not 
support this

What is the expected output? What do you see instead?
To be able to support desktop authentication for bit.ly possibly by supporting 
OAuth 1.0 to support user accounts in desktop applications

What version of the product are you using? On what operating system?
Latest bitly-api version 3

Please provide any additional information below.
N/A

Original issue reported on code.google.com by mcored on 11 Sep 2011 at 11:57

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/zscreen/source/browse/trunk/ZSS.UploadersLib/URLShorten
ers/BitlyURLShortener.cs does not support user accounts yet because we cannot 
authenticate our desktop application using OAuth 2.0. 

Original comment by mcored on 12 Sep 2011 at 12:01