On Fri, Jan 28, 2011 at 3:02 PM, Sol <sol.leder...@gmail.com> wrote:
> Where do the access token and access token secret come from?
> I thought they cam from some computation that twitter does with
> the consumer key and consumer_secret. If they don't come from
> there then what do I do to generate/get them?

Visit  http://dev.twitter.com/apps (requires a sign in). From the page
that shows your app's consumer key and secret, select the button on
the right side for your access tokens.

If you are just using Net::Twitter to access your own account, that's
all you need.  If you want other users to have access to your account,
you need to obtain access tokens for them.  See the example code
included in the distribution.  Here's a link to them at Github:
https://github.com/semifor/net-twitter-lite/tree/master/examples

-Marc

-- 
Twitter developer documentation and resources: http://dev.twitter.com/doc
API updates via Twitter: http://twitter.com/twitterapi
Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
http://groups.google.com/group/twitter-development-talk

Reply via email to