hi all:

my url, prm(parameters) as following:

char *tweet_retweets_response = NULL;

debug trace: tweet_retweets_url = 
http://api.twitter.com/1/statuses/retweets/25293485057.xml
debug trace: tweet_retweets_prm =
oauth_consumer_key=**********************&oauth_nonce=UuG5RuilHNOJWdbcM5iS&oauth_signature_method=HMAC-
SHA1&oauth_timestamp=1285241013&oauth_token=**********************&oauth_version=1.0&oauth_signature=gSAo
%2BWTyQauzludvPD%2Fz8UrhfDw%3D

and call:
tweet_retweets_response = oauth_http_post(tweet_retweets_url,
tweet_retweets_prm);

and the response is:
debug trace: tweet_retweets_response = <?xml version="1.0"
encoding="UTF-8"?>
<statuses type="array">
</statuses>

and then return to my web, the tweet(status_id = 25293485057) doesn't
be retweeted, why?

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to