mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed OAuth
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@2051 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
ade8e365b6
commit
8006481b2d
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ namespace GreenshotImgurPlugin {
|
|||
oAuth.AccessTokenUrl = "http://api.imgur.com/oauth/access_token";
|
||||
oAuth.AuthorizeUrl = "http://api.imgur.com/oauth/authorize";
|
||||
oAuth.RequestTokenUrl = "http://api.imgur.com/oauth/request_token";
|
||||
oAuth.ConsumerKey = "907d4455b8c38144d68c4f72190af4c40504a0ac7";
|
||||
oAuth.ConsumerSecret = "d33902ef409fea163ab755454c15b3d0";
|
||||
oAuth.ConsumerKey = ImgurCredentials.CONSUMER_KEY;
|
||||
oAuth.ConsumerSecret = ImgurCredentials.CONSUMER_SECRET;
|
||||
oAuth.UserAgent = "Greenshot";
|
||||
oAuth.LoginTitle = "Imgur authorization";
|
||||
//oAuth.UseHTTPHeadersForAuthorization = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue