I have a form with 2 fields (username, password) and a select box (Facebook or Twitter). I have also registered applications with Facebook and Twitter. Is there some way to post to a user's wall in Facebook or to tweet to a user's Twitter account?
I have found some libraries for PHP such as Facebook-SDK and TwitterOAuth, but I can't find this functionality in them. Is it possible?
Thank you in advance.