Hi.
I search how to remove a tweet with an URL with no success.

I saw in github this code:

$method = "statuses/destroy/{$status->id}";
twitteroauth_row($method, $connection->delete($method), $connection-
>http_code);


So I made my url like this:

http://twitter.com/statuses/destroy/maxo_geek/85075493296144384
(( http://twitter.com/statuses/destroy/'.$screen_name.'/'.tweet_id.'
))

But it doesn't work.

Any ideas ?

Thanks

Ps: sorry for my bad english, I'm french.

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

Reply via email to