i HAVE read many Tutorials on posting to twitter using OAuth
like here but i am still unclear on some things.
My requirements is to tweet through multiple accounts for each of which i have a username/password.
Is this possible ? If yes then how do i do it? I am confused how to get the 4secret keys required for each user account that i have.
1.
PHP Class: https://github.com/themattharris/tmhOAuth2.
PHP Function3.
https://dev.twitter.com/apps/new (register an app, get keys foreach account)4.
tweet("yay!", ...);
5.
goto 4 but with different keysRead up on Twitter's authentication scheme, and then have a look at some libraries.