| View previous topic :: View next topic |
| Author |
Message |
krishnakanth
Joined: 11 Feb 2010 Posts: 11
|
Posted: Mon Mar 01, 2010 8:48 am Post subject: have a problem while working with facebooker plugin |
|
|
Hi guys,
I have a problem while working with facebook integration using rails. My problem is i am unable to post a message on my facebook wall and i have my controller like this,
facebook_session = Facebooker::Session.create facebook_session.permission_url('publish_stream')
facebook_session.post 'facebook.stream.publish', :uid => @login_user, :message => 'my message here'
here, @login_user has the facebook user credentials.
Please any one can help me.....
Thanks in advance |
|
| Back to top |
|
 |
sharma I
Joined: 13 Jun 2008 Posts: 130
|
|
| Back to top |
|
 |
|