Retweet using Oauth+MGTwitterEngine …not getting update response

落花浮王杯 提交于 2019-12-11 15:13:24

问题


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..


回答1:


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



来源:https://stackoverflow.com/questions/4496718/retweet-using-oauthmgtwitterengine-not-getting-update-response

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!