Hi everybody, I have integrated OAuth into my app. Now I want to get the follower lists for the user who has authenticated using OAuth. My app works on ruby on rails. And i want to know how i can fetch the followers list for the current logged in user. Can someone tell me if they have done it before? thaks +++++++++++++++ Pravin Mishra -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Martin Wawrusch
2011-Jun-23 07:45 UTC
Re: getting twitter followers into our rails application
You need to extract the parts that are relevant to you https://gist.github.com/1042106 On Thu, Jun 23, 2011 at 12:41 AM, Pravin Mishra < diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi everybody, > > I have integrated OAuth into my app. Now I want to get the follower > lists for the user who has authenticated using OAuth. > My app works on ruby on rails. And i want to know how i can fetch the > followers list for the current logged in user. > > Can someone tell me if they have done it before? > > thaks > +++++++++++++++ > Pravin Mishra > > -- > 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Martin Wawrusch
2011-Jun-23 07:49 UTC
Re: getting twitter followers into our rails application
and you need the twitter gem :P On Thu, Jun 23, 2011 at 12:45 AM, Martin Wawrusch <martin-qs6+VQBngv1Wk0Htik3J/w@public.gmane.org>wrote:> You need to extract the parts that are relevant to you > > https://gist.github.com/1042106 > > > > On Thu, Jun 23, 2011 at 12:41 AM, Pravin Mishra < > diatm.pravin.it.07.27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > >> Hi everybody, >> >> I have integrated OAuth into my app. Now I want to get the follower >> lists for the user who has authenticated using OAuth. >> My app works on ruby on rails. And i want to know how i can fetch the >> followers list for the current logged in user. >> >> Can someone tell me if they have done it before? >> >> thaks >> +++++++++++++++ >> Pravin Mishra >> >> -- >> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> To unsubscribe from this group, send email to >> rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org >> For more options, visit this group at >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> > > >-- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.