Skip to content
New issue

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

problem with deleteing tweet #47

Open
sweetie85 opened this issue Sep 17, 2010 · 1 comment
Open

problem with deleteing tweet #47

sweetie85 opened this issue Sep 17, 2010 · 1 comment

Comments

@sweetie85
Copy link

Hi,

I am using the MGTtwitterengine in my app. I want to delete a tweet and I am not sure how do I do that.
I tried using deleteUpdate method but I was not successful.

I would appreciate if you could help me.
Here is my code to delete the update.

myNumber = [tweets objectAtIndex:indexPath.row];
unsigned long fooo = [myNumber unsignedLongValue];

NSLog(@"fooo:%@", fooo);
[_engine4 deleteUpdate:fooo];

Can you please give me a format of the delete tweet code.
Thanks,
Swetha.

@sweetie85
Copy link
Author

Can you please let me know what is "TESTING_ID" that has to be passed to deleteUpdate. IS it the ID field from the tweet array.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant