Question

I had done retweet using the Oath Library,but there is some problem with the Twitter Database....

what the thing sucks is even after Retweet the Database ..i.e what we get in response never gets update,although Tweet count gets increment but not the Status .

for Example the Response in JSON after Retweet is:

{
        contributors = "";
        coordinates = "";
        "created_at" = "Mon Dec 20 19:57:11 +0000 2010";
        favorited = false;
        geo = "";
        id = 16945227428265984;
        "in_reply_to_screen_name" = "";
        "in_reply_to_status_id" = "";
        "in_reply_to_user_id" = "";
        place = "";
        "retweet_count" = 7;
        retweeted = false;------------------------------------>>>>>>Problem sucks here even       after Retweet no change in its status
        "retweeted_status" = "\n    ";
        source = web;
        "source_api_request_type" = 9;
        text = "Ha ha.. Im told onions are the wild card entry in twitter trends :-) mea culpa. goodnight!";
        truncated = 0;
        user =         {
            ..........//hidden
        };
    }

This cause me trouble when reloading the Table b'cause it can't make table cell to indicate whether the twit has been Retweet or Not.

So, Is there any problem with that or do we have any other API to undo Retweet & get the updated response.

And one thing more after retweet if again I am trying to make it i.e undo Retweet I never gets any reponse.What the hell to do with this..

Can anybody help me with the same..

Was it helpful?

Solution

If you haven't solved this problem yet... I've found a source of the problem.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top