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..