Changeset - 6a9fb68678be
[Not reviewed]
0 1 0
Vitaly Takmazov - 12 years ago 2013-04-10 21:09:59
vitalyster@gmail.com
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
backends/twitter/libtwitcurl/oauthlib.h
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)