[twitter-dev] @Anywhere + Access Tokens

2010-04-17 Thread aztroboy
Hi! I just managed to use @Anywhere on a website for authentication. Now, I would like to know how do I get the Access Token and the Token Secret with @Anywhere. I've successfully made the signin with Twitter example. However after I've got the user information, I don't know any method that can

[twitter-dev] oAuth - xAuth

2010-04-17 Thread aztroboy
I would like to know if oAuth is still going to be accepted and used or if it's goinf to be replaced by xAuth? -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Re: oAuth - xAuth

2010-04-17 Thread aztroboy
: XAuth adds a method for exchanging credentials to the existing OAuth methods. Without Oauth xAuth would not work so no. Abraham On Sat, Apr 17, 2010 at 10:28, aztroboy jbasur...@gmail.com wrote: I would like to know if oAuth is still going to be accepted and used or if it's goinf

[twitter-dev] Re: oAuth - xAuth

2010-04-17 Thread aztroboy
, 2010 at 13:07, aztroboy jbasur...@gmail.com wrote: Thank you Abraham. I would also like to know if I'm right here: imagine a signin with twitter + register website for a twitterfeed- like App. Basically xAuth needs the user credentials to ask http://api.twitter.com/oauth/access_tokenand

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-27 Thread aztroboy
: Create a page that prints out phpinfo(). See if the curl module is   active in your php On Nov 25, 2009, at 5:19 PM, aztroboy jbasur...@gmail.com wrote: Thank you for your reply, [r...@twirelezz ~]# php -version PHP 5.1.6 (cli) (built: Apr  7 2009 08:00:04) Copyright (c) 1997-2006

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-27 Thread aztroboy
is   active in your php On Nov 25, 2009, at 5:19 PM, aztroboy jbasur...@gmail.com wrote: Thank you for your reply, [r...@twirelezz ~]# php -version PHP 5.1.6 (cli) (built: Apr  7 2009 08:00:04) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend

[twitter-dev] Twitter PHP + CentOS

2009-11-25 Thread aztroboy
Hello there! I'm using a PHP Twitter OAuth library (twitter.abrah.am), and it works perfect on Windows: the php script looks asks twitter for an auth token. However, as soon as I put the same script on CentOS (with its default httpd service), it won't give any auth tokens at all. The script uses

[twitter-dev] Re: Twitter PHP + CentOS

2009-11-25 Thread aztroboy
...@gmail.com wrote: Check the versions of software you're using. CentOS likes to make you jump through hoops in order to get newer software. Namely, check your PHP version. On Nov 25, 9:08 am, aztroboy jbasur...@gmail.com wrote: Hello there! I'm using a PHP Twitter OAuth library

[twitter-dev] J2ME twitter client?

2009-10-26 Thread aztroboy
Hello! I would like to know if there's some simple method to receive updates only with J2ME. I've looked for solutions, but since J2ME lacks of lots of libraries, there's always a problem regarding some library that isn't included, thus making it impossible to compile... For instance,