Re: [Rails] upload photos to facebook with facebooker

2010-04-29 Thread Travis Reeder
Have you tried mini_fb? http://github.com/appoxy/mini_fb @fb = MiniFB::Session.new(FB_API_KEY, FB_SECRET, @fb_session, @fb_uid) http://github.com/appoxy/mini_fb@fb.call(photos.upload, filename=full path to file) Travis On Wed, Apr 14, 2010 at 10:31 AM, melissa moreno

[Rails] upload photos to facebook with facebooker

2010-04-14 Thread melissa moreno
hi i'm trying to upload photos to facebook using facebooker, in the facebooker api there's an example code, i try it and i have this error (in the view): NO METHOD ERROR undefined method 'photos_upload' here is the code: in the view: % form_tag photos_url(canvas =false), :html = {:multipart