Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-28 Thread marcio
ok I got it...my app was actually client type, but even though its a client native app on android, it has to be browsable for the callback url to work, EVEN THOUGH the callback_URL you configure on dev.twitter.com is just for looks cause you end up redirecting to your app anyway. :) Thx for all

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-28 Thread Marcio Valenzuela
Plus now I found this :( http://stackoverflow.com/questions/5962526/how-to-connect-twitter-client-application-in-android On Fri, May 27, 2011 at 9:43 PM, marcio wrote: > Yes I have. I read it 2x and I just read it again once more. I understand > about 25%. But if I use a callback URL

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
Yes I have. I read it 2x and I just read it again once more. I understand about 25%. But if I use a callback URL I need to change my application to browser instead of client? But what do I enter as callback URL? Because it's still a client based app so it really needs to return to my app, no

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
I didnt understand that. Do you mean i have to change something in my dev.twitter.com Application Details or in my code? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://cod

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
@Anywhere settings...but there is nothing there. API KEY (which incidentally is the same as the OAuth Key) Callback URL is empty because i chose Client type. General Access Level : Read & Write Permissions OAuth 1.0 Settings Consumer Key Consumer Secret Request Token URL Access Token URL Authoriz

Re: [twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
I placed the code here: git://gist.github.com/996219.git or https://gist.github.com/996219 Here is the eclipse/logcat error: 05-27 14:40:25.964: WARN/System.err(441): oauth.signpost.exception.OAuthCommunicationException: Communication with the service provider failed: https://api.twitter.com

[twitter-dev] Re: New 2 Android & twitter app

2011-05-27 Thread marcio
Ive been told its a twitter api problem because only changing the key/secret causes the error. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/

[twitter-dev] New 2 Android & twitter app

2011-05-27 Thread marcio
Ive been racking my brains with about 4 different android-twiter apps, MyTwitter from marakana, AndroidTwitterSample from android10, tweety and some other one on github from itog_lab. The point is I can never get them to work on eclipse. Authentication fails. I downloaded OAuthDemo from Marak

[twitter-dev] MyTwitter Android from Marakana

2011-05-24 Thread marcio
Hello Im working on the twitter app for Android following the marakana example on their website. Im having trouble configuring it to work with my twitter account. Does anyone have experience with this example? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

[twitter-dev] Introduction

2010-09-20 Thread marcio
My name is marcio and ive been coding for iOS for about 2 yrs now. I worked on the Presence app on CS192P from stanford course and im trying to understand how the twitter api actually works. it reads info from a db and just outputs it on a web browser with the json or xml formats? i tried going