Re: [Rails] Fb_graph issue

2011-11-14 Thread 島 涼平
Hi. I think, the feed! method requires an access token. (2011/11/13 21:37), Abhishek shukla wrote: Hello Friends I am using fb_graph to post on user wall https://github.com/nov/fb_graph; As mentioned in the document I am using the same code me = FbGraph::User.me(current_user.fb_token)

[Rails] Fb_graph issue

2011-11-13 Thread Abhishek shukla
Hello Friends I am using fb_graph to post on user wall https://github.com/nov/fb_graph; As mentioned in the document I am using the same code me = FbGraph::User.me(current_user.fb_token) me.feed!( :message = 'Updating via FbGraph', :picture = 'https://graph.facebook.com/matake/picture',