Closed mediazard closed 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
:source param is used for upload files from local, not urls that contains files.
Please take a look in the facebook API documentation
http://developers.facebook.com/docs/reference/api/
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