For Facebook:
-- Log into your company Facebook account at http://www.facebook.com.
-- Make sure your company Facebook account has added the Facebook 'Developer' application (http://www.ehow.com/how_4614812_become-facebook-application-developer.html).
-- Use the Facebook 'Developer' application to create a new Facebook application. Be sure to specify that it is a 'Desktop' application.
--> Record the API Key and API Secret for your application to use with the Facebook sdk (wrapped by my FacebookConnect class).

For Twitter:
-- Log into your company Twitter account at http://www.twitter.com.
-- Go to http://twitter.com/oauth_clients/new and register a new application.
-- Application type should be 'Client', access type should be Read & Write, and check the box to use Twitter for login.
--> Record the Consumer Key and Consumer Secret for your application to use with the Twitter API (wrapped by my TwitterConnect class).

To support tweeting images:
-- You will need to register a TweetPhoto application (at http://admin.tweetphoto.com/Api.aspx). When you do it requires the Twitter credentials from the Twitter app so be sure to fill those out (they are optional on their end but you need those to be filled in). This is so that you can tweet photos and have them uploaded and stored at this third party site.
--> Record the API Key for use with the TweetPhoto sdk (wrapped by my TwitterConnect class).