On Wed, May 27, 2009 at 5:04 AM, Hemali Chauhan
<hemali.chauh...@gmail.com>wrote:

> Hi
>
> I am using Twitter authentication in my rails application.Update on twitter
> timeline is working fine but I am not able to delete particular twit using
> status_id
>
> I have tried with *Client.status(@message.statusid).destroy but it returns
> nil. *Is there any other way to do the same?
>
> --
> Hemali Chauhan
>
>
Hermali, should it be  Client.status(@message.status_id).destroy or did you
make a typo in the above?

-Conrad


>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to