Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an application running on ruby 1.8.7 and rails 2.3.5. In my application there is a provision for users to login through facebook or twitter and after successful login they can search for pre loaded articles, read them and leave comment if they want.

From admin side of the application i should be able to post on user's facebook wall, if the user is signed in through FB or tweet a message to user if he is signed in through Twitter.

When user sign in through FB connect, i am taking all the required permissions, in order to post on his wall and etc..

So please give me some hints, how can i implement this functionality..

share|improve this question

closed as not a real question by Pere Villega, Lasse V. Karlsen May 2 '12 at 16:41

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Here is a post with code that shows you how to post to Fb from a Rails app: http://ckdake.com/content/2010/posting-to-facebook-from-a-ruby-on-rails-app.html

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.