Skip to content

Instantly share code, notes, and snippets.

@dbarrionuevo
Created November 18, 2013 15:18
Show Gist options
  • Save dbarrionuevo/7529461 to your computer and use it in GitHub Desktop.
Save dbarrionuevo/7529461 to your computer and use it in GitHub Desktop.
# app/controllers/photos_controller.rb
@file = params[:file] || params[:facebook_image_url]
if params[:facebook_image_url] && params[:access_token]
@photo.image = open(@file + "?access_token=" + params[:access_token])
else …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment