nsanta / fbgraph

Facebook Open Graph API in Ruby
MIT License
324 stars 40 forks source link

(#324) Requires upload file #33

Closed mediazard closed 13 years ago

mediazard commented 13 years ago

I have this error : "(#324) Requires upload file" whith this code { me = FbGraph::User.me(session[:access_token]) me.photo!(:name => "name", :source => "http://hd-wallpaper.org/wallpapers95/Realistic_Flaming_Guitar_Fire.jpg")

}

thanks

nsanta commented 13 years ago

:source param is used for upload files from local, not urls that contains files.

nsanta commented 13 years ago

Please take a look in the facebook API documentation

http://developers.facebook.com/docs/reference/api/