mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Twitter API change
Just matching the version in master branch.
This commit is contained in:
@@ -115,6 +115,9 @@ TwitterDialog::tweetCurrentRide()
|
||||
}
|
||||
|
||||
char *postarg = NULL;
|
||||
// This is for API 1.0
|
||||
// QString qurl = "http://api.twitter.com/1/statuses/update.json?status=";
|
||||
// This is for API 1.1
|
||||
QString qurl = "http://api.twitter.com/1.1/statuses/update.json?status=";
|
||||
|
||||
QString twitterMsg = getTwitterMessage();
|
||||
|
||||
Reference in New Issue
Block a user