Re: [twitter-dev] Getting Started

2011-02-17 Thread Dan
Does anyone have a working example of using the jtwitter library using callbacks? -- 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

[twitter-dev] Getting Started

2011-02-16 Thread Dan
Hello, I am just getting started developing some proofs-of-concept for my company. One major snag is that I am of course behind a firewall. The OAuth API expects a URL that is available to twitter.com. I can't really do much more unless I start opening some ports (frowned upon). What solutions

Re: [twitter-dev] Getting Started

2011-02-16 Thread Taylor Singletary
Hi Dan, Twitter actually doesn't need to be able to access your callback URL -- the web browser executing the callback does though. On your application record, just use a placeholder for the callback URL field (like your business's public-facing web site). On the request token step of OAuth,

[twitter-dev] Getting Started...

2010-07-30 Thread Andy Dixon
Hello, I'm trying to migrate my code across to using oAuth, and there is no class for oAuth in the language I use, so I'm having to drop in at the deep end. At the moment, I am a bit stuck, I keep getting a 401 when I request a token. I have created this as my signature base string:

[twitter-dev] Getting started with a twitter application

2009-11-12 Thread albana
Hi everybody! I am about to develop a twitter application and I am stuck with starting the development of the application.How should I connect my application with a twitter api?