[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 in advance

On May 12, 9:06 pm, Michael Cameron  wrote:
> 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 that retrieves the access token for the
> app and store it?
>
> On May 12, 2:23 pm, Abraham Williams <4bra...@gmail.com> wrote:
>
>
>
> > How do users sign up for your service? On a website? Through an API?
>
> > Abraham
>
> > On Wed, May 12, 2010 at 12:45, Michael Cameron  wrote:
> > > After Reading many of the OAUTH things, i noticed that the user has to
> > > do the login no matter what. We have a service on a server that logins
> > > into a Twitter account and sends direct messages to following users.
> > > we are currently using basic and trying to upgrade to oauth. but want
> > > it to be seamless. Is there a way to pass key info to login as the
> > > twitter account and send messages like we are already doing? without
> > > the need to login and authorize ? or did i miss something, any
> > > comments or links to things to read that i may have missed would be
> > > appreciated thanks!
>
> > --
> > Abraham Williams | Developer for hire |http://abrah.am
> > @abraham |http://projects.abrah.am|http://blog.abrah.am
> > This email is: [ ] shareable [x] ask first [ ] private.- Hide quoted text -
>
> - Show quoted text -


[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 that retrieves the access token for the
app and store it?

On May 12, 2:23 pm, Abraham Williams <4bra...@gmail.com> wrote:
> How do users sign up for your service? On a website? Through an API?
>
> Abraham
>
> On Wed, May 12, 2010 at 12:45, Michael Cameron  wrote:
> > After Reading many of the OAUTH things, i noticed that the user has to
> > do the login no matter what. We have a service on a server that logins
> > into a Twitter account and sends direct messages to following users.
> > we are currently using basic and trying to upgrade to oauth. but want
> > it to be seamless. Is there a way to pass key info to login as the
> > twitter account and send messages like we are already doing? without
> > the need to login and authorize ? or did i miss something, any
> > comments or links to things to read that i may have missed would be
> > appreciated thanks!
>
> --
> Abraham Williams | Developer for hire |http://abrah.am
> @abraham |http://projects.abrah.am|http://blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.


[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? On a website? Through an API?
>
> Abraham
>
> On Wed, May 12, 2010 at 12:45, Michael Cameron  wrote:
> > After Reading many of the OAUTH things, i noticed that the user has to
> > do the login no matter what. We have a service on a server that logins
> > into a Twitter account and sends direct messages to following users.
> > we are currently using basic and trying to upgrade to oauth. but want
> > it to be seamless. Is there a way to pass key info to login as the
> > twitter account and send messages like we are already doing? without
> > the need to login and authorize ? or did i miss something, any
> > comments or links to things to read that i may have missed would be
> > appreciated thanks!
>
> --
> Abraham Williams | Developer for hire |http://abrah.am
> @abraham |http://projects.abrah.am|http://blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.