We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
function delete($id) { $url = 'https://api.twitter.com/1.1/direct_messages/events/destroy.json'; $requestMethod = 'DELETE'; $postfields = array( 'id' => $id); /** Perform a POST request and echo the response ***/ echo $twitter->buildOauth($url, $requestMethod) ->setPostfields($postfields) ->performRequest(); }
im trying to delete DM from someone but no response, can you help me to fix it? thanks
The text was updated successfully, but these errors were encountered:
my bad its working now
Sorry, something went wrong.
No branches or pull requests
im trying to delete DM from someone but no response, can you help me to fix it?
thanks
The text was updated successfully, but these errors were encountered: