Hi all. Iam new to rails. Iam using rails 3 for my website. In this i need to upload videos to youtube from my rails app. In this the main concept is, video should be uploaded even if the user is not logged in. Please can any one guide me in this with some sample links? -- Posted via http://www.ruby-forum.com/. -- 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.
Hi all. Iam new to rails. Iam using rails 3 for my website. In this i need to post messages, photos and videos to twitter from my rails app. In this the main concept is, these things should be posted even if the user is not logged in. Please can any one guide me in this with some sample links or tutorials? -- Posted via http://www.ruby-forum.com/. -- 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.
On 14 November 2011 11:27, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi all. Iam new to rails. Iam using rails 3 for my website. In this i > need to upload videos to youtube from my rails app. In this the main > concept is, video should be uploaded even if the user is not logged in. > Please can any one guide me in this with some sample links?How is the upload to be triggered if the user is not logged in? Where is the video to be uploaded from? Colin -- 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.
I should save the access token or something like that so that after signout also based on that token i can upload. But dontknow how to do it Colin Law wrote in post #1031769:> On 14 November 2011 11:27, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Hi all. Iam new to rails. Iam using rails 3 for my website. In this i >> need to upload videos to youtube from my rails app. In this the main >> concept is, video should be uploaded even if the user is not logged in. >> Please can any one guide me in this with some sample links? > > How is the upload to be triggered if the user is not logged in? > Where is the video to be uploaded from? > > Colin-- Posted via http://www.ruby-forum.com/. -- 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.
On 14 November 2011 12:00, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I should save the access token or something like that so that after > signout also based on that token i can upload. But dontknow how to do itBut where is the file to be uploaded *from* Colin> > Colin Law wrote in post #1031769: >> On 14 November 2011 11:27, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>> Hi all. Iam new to rails. Iam using rails 3 for my website. In this i >>> need to upload videos to youtube from my rails app. In this the main >>> concept is, video should be uploaded even if the user is not logged in. >>> Please can any one guide me in this with some sample links? >> >> How is the upload to be triggered if the user is not logged in? >> Where is the video to be uploaded from? >> >> Colin > > -- > Posted via http://www.ruby-forum.com/. >-- 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.
Colin Law wrote in post #1031773:> On 14 November 2011 12:00, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> I should save the access token or something like that so that after >> signout also based on that token i can upload. But dontknow how to do it > > But where is the file to be uploaded *from* > > Colinit will be in view -- Posted via http://www.ruby-forum.com/. -- 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.
On 14 November 2011 13:33, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Colin Law wrote in post #1031773: >> On 14 November 2011 12:00, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>> I should save the access token or something like that so that after >>> signout also based on that token i can upload. But dontknow how to do it >> >> But where is the file to be uploaded *from* >> >> Colin > > it will be in viewI mean where is the file? On the user''s PC? On the web server? Colin -- 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.
Colin Law wrote in post #1031787:> On 14 November 2011 13:33, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> Colin Law wrote in post #1031773: >>> On 14 November 2011 12:00, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>>> I should save the access token or something like that so that after >>>> signout also based on that token i can upload. But dontknow how to do it >>> >>> But where is the file to be uploaded *from* >>> >>> Colin >> >> it will be in view > > I mean where is the file? On the user''s PC? On the web server? > > Colinuser''s pc -- Posted via http://www.ruby-forum.com/. -- 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.
On 14 November 2011 13:53, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> > Colin Law wrote in post #1031787: > > On 14 November 2011 13:33, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >> Colin Law wrote in post #1031773: > >>> On 14 November 2011 12:00, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >>>> I should save the access token or something like that so that after > >>>> signout also based on that token i can upload. But dontknow how to do it > >>> > >>> But where is the file to be uploaded *from* > >>> > >>> Colin > >> > >> it will be in view > > > > I mean where is the file? On the user''s PC? On the web server? > > > > Colin > > user''s pcSo you want to upload a file from the users PC without him being there to start it? I think not. Would you like a website to be able to upload files from your PC without you actioning it? Colin -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law wrote in post #1031791:> On 14 November 2011 13:53, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> >>> Colin >> >> >> >> it will be in view >> > >> > I mean where is the file? On the user''s PC? On the web server? >> > >> > Colin >> >> user''s pc > > So you want to upload a file from the users PC without him being there > to start it? I think not. Would you like a website to be able to > upload files from your PC without you actioning it? > > ColinNo.. The user will be uploading it from my rails app. But the user should not be logged in in their youtube account. -- Posted via http://www.ruby-forum.com/. -- 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.
On 15 November 2011 05:10, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Colin Law wrote in post #1031791: >> On 14 November 2011 13:53, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>> >>> Colin >>> >> >>> >> it will be in view >>> > >>> > I mean where is the file? On the user''s PC? On the web server? >>> > >>> > Colin >>> >>> user''s pc >> >> So you want to upload a file from the users PC without him being there >> to start it? I think not. Would you like a website to be able to >> upload files from your PC without you actioning it? >> >> Colin > > No.. The user will be uploading it from my rails app. But the user > should not be logged in in their youtube account.Ah, ok, I thought you meant not logged in to the app. I don''t know about youtube but googling for rails upload youtube provided many hits that seem to be addressing this issue, or have you already looked at those and not found them helpful? Colin -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law wrote in post #1031962:> On 15 November 2011 05:10, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>>> user''s pc >>> >>> So you want to upload a file from the users PC without him being there >>> to start it? I think not. Would you like a website to be able to >>> upload files from your PC without you actioning it? >>> >>> Colin >> >> No.. The user will be uploading it from my rails app. But the user >> should not be logged in in their youtube account. > > Ah, ok, I thought you meant not logged in to the app. I don''t know > about youtube but googling for > rails upload youtube > provided many hits that seem to be addressing this issue, or have you > already looked at those and not found them helpful? > > Colinyes. i googled. but as im new to rails i dont know how to proceed. Please help me with this -- Posted via http://www.ruby-forum.com/. -- 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.
On 15 November 2011 13:50, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Colin Law wrote in post #1031962: >> On 15 November 2011 05:10, angel david <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>>>> user''s pc >>>> >>>> So you want to upload a file from the users PC without him being there >>>> to start it? I think not. Would you like a website to be able to >>>> upload files from your PC without you actioning it? >>>> >>>> Colin >>> >>> No.. The user will be uploading it from my rails app. But the user >>> should not be logged in in their youtube account. >> >> Ah, ok, I thought you meant not logged in to the app. I don''t know >> about youtube but googling for >> rails upload youtube >> provided many hits that seem to be addressing this issue, or have you >> already looked at those and not found them helpful? >> >> Colin > > yes. i googled. but as im new to rails i dont know how to proceed. > Please help me with thisIf you are so new to rails that you cannot understand the google results, then the first thing you should do is work right through some tutorials in order that you will be able to understand how to use Rails. railstutorial is good and is free to use online, there are others. Make sure that any tutorial you use is for the version of Rails that you have installed. Also checkout the Rails Guides if you have not already done that. Colin -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.