You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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];
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.
The text was updated successfully, but these errors were encountered: