如何使用PHP从用户时间线中删除推文

时间:2015-02-26 12:58:05

标签: php twitter twitter-oauth

我想从我的应用程序中删除用户时间轴上的推文。我使用过:

`$retweet1=$twitteroauth->get('statuses/destroy/:id', array('id' => '570916169206509568'));

但显示错误:

    [errors] => Array
            (
                [0] => stdClass Object
                (
                [message] => Your credentials do not allow access to this resource
                [code] => 220
                )

            )

如果有任何一个有工作示例的人请发帖。谢谢

0 个答案:

没有答案