[twitter-dev] Re: Service Application

2010-05-13 Thread Michael Cameron
Okay so i was able to write up an app to pull the access token, and secret. When sending a message using OAuth. how must it be done? all the documentation i see shows the older one user:password, and not using the OAuth. i will be using this to write in C++ environment, and a javascript. Thank you

[twitter-dev] Re: Service Application

2010-05-12 Thread Michael Cameron
Users sign up in the background what matters is the dcl request that contains the username which we send with the twitter account credentials via BasicAuth. Using C++, and a JavaScript file to send the Request to twitter. (note this is working via basicAuth) Would it make sense to create something

[twitter-dev] Re: Service Application

2010-05-12 Thread Michael Cameron
We have a single Twitter account that passes a dcl request containing the user Twitter account name, currently using basicAuth which is working, (the user has to also be following this account). On May 12, 2:23 pm, Abraham Williams <4bra...@gmail.com> wrote: > How do users sign up for your service