applied fix from http://code.google.com/p/twitcurl/issues/detail?id=48
This commit is contained in:
parent
c5a8c3d1a9
commit
6a9fb68678
1 changed files with 3 additions and 3 deletions
|
@ -41,9 +41,9 @@ namespace oAuthLibDefaults
|
|||
namespace oAuthTwitterApiUrls
|
||||
{
|
||||
/* Twitter OAuth API URLs */
|
||||
const std::string OAUTHLIB_TWITTER_REQUEST_TOKEN_URL = "twitter.com/oauth/request_token";
|
||||
const std::string OAUTHLIB_TWITTER_AUTHORIZE_URL = "twitter.com/oauth/authorize?oauth_token=";
|
||||
const std::string OAUTHLIB_TWITTER_ACCESS_TOKEN_URL = "twitter.com/oauth/access_token";
|
||||
const std::string OAUTHLIB_TWITTER_REQUEST_TOKEN_URL = "api.twitter.com/oauth/request_token";
|
||||
const std::string OAUTHLIB_TWITTER_AUTHORIZE_URL = "api.twitter.com/oauth/authorize?oauth_token=";
|
||||
const std::string OAUTHLIB_TWITTER_ACCESS_TOKEN_URL = "api.twitter.com/oauth/access_token";
|
||||
};
|
||||
|
||||
typedef enum _eOAuthHttpRequestType
|
||||
|
|
Loading…
Add table
Reference in a new issue