[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
private void StatusUpdate() throws CryptoTokenException, CryptoUnsupportedOperationException, IOException { String oauth_signature_method = HMAC-SHA1; String oauth_timestamp = String.valueOf(timestamp()); String oauth_nonce =

[twitter-dev] sri has invited you to open a Google mail account

2010-08-18 Thread sri
I've been using Gmail and thought you might like to try it out. Here's an invitation to create an account. You're Invited to Gmail! sri has invited you to open a Gmail account. Gmail is Google's free email service, built on the idea that email can be intuitive, efficient, and fun. Gmail has:

[twitter-dev] sri wants to chat

2010-08-18 Thread sri
--- sri wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-ca64313635-1744934171-Wx6PSjuOYSZc7YgZ15NnBIwi3Gc You'll need to

[twitter-dev] Need help to resolve this error.

2010-08-18 Thread Rushikesh Bhanage
Hi Taylor / Abraham, I really need your help in this case. My whole app is ready without this small but important error. I have posted this question already, but didn't get proper answer, So I request you to assist me correctly or suggest any solution, so that I can move forward and get ready

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-08-18 Thread MindcrimeNL
Still no solution: http://groups.google.com/group/twitter-development-talk/msg/58b4b54d41b3ce4f After that initial message, it is apparently still not available... I've released my module by explaining in the readme how webmasters can add their own application and obtain the consumer public and

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Tom van der Woerdt
Hi, That's a lot of code, but I prefer to know what it is doing over the actual code. So: can you post a request which you make to Twitter, and can you give the Base String which you use for generating the signature? Tom On 8/18/10 8:08 AM, LINUXGEEK wrote: private void StatusUpdate() throws

Re: [twitter-dev] Need help to resolve this error.

2010-08-18 Thread Tom van der Woerdt
On 8/18/10 10:05 AM, Rushikesh Bhanage wrote: Hi Taylor / Abraham, I really need your help in this case. My whole app is ready without this small but important error. I have posted this question already, but didn't get proper answer, So I request you to assist me correctly or suggest any

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
Thanks for the replay i was waiting for your replay here is my post body String postBody = status= + URLUTF8Encoder.encode(Test message); here is the base String String baseString = POST + URLUTF8Encoder

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Tom van der Woerdt
The problem is that the last time I did Java (this is Java, right?) was ages ago (I was 12 back then) so I don't really know what the code is doing. The code looks fine to me, but like I said, I don't know Java very well. Can you show the actual request you make, instead of code? Like the POST

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Ernandes Jr.
Hi, Check my xAuth implementation in TwAPIme, www.twapime.com. Maybe you can find what's wrong with your code. Regards, Ernandes On Wed, Aug 18, 2010 at 7:42 AM, Tom van der Woerdt i...@tvdw.eu wrote: The problem is that the last time I did Java (this is Java, right?) was ages ago (I was 12

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-08-18 Thread Ken
I am new to this thread having seen it over the past few weeks and wondered what all the fuss was about. The solution by MindcrimeNL above seems optimal, why is it a workaround? Do developers not really want their users to register their own Twitter app? It's not exactly hard to do. You just

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
String postBody=status=+urlEncode(Test message); here is the base string i am using String baseString = POST + URLUTF8Encoder .encode(http://api.twitter.com/1/statuses/update.xml;) +

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
hello Ernandes up to now is studied your code but i am getting structed while using the send() in your twitter api me 1.3 thanks for the replay.. On Aug 18, 3:53 pm, Ernandes Jr. ernan...@gmail.com wrote: Hi, Check my xAuth implementation in TwAPIme,www.twapime.com. Maybe you can find

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Ernandes Jr.
Are you running it on a Blackberry? :) On Wed, Aug 18, 2010 at 8:29 AM, LINUXGEEK yakubpash...@gmail.com wrote: hello Ernandes up to now is studied your code but i am getting structed while using the send() in your twitter api me 1.3 thanks for the replay.. On Aug 18, 3:53 pm, Ernandes

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
yep.. am running it in blackberry On Aug 18, 4:33 pm, Ernandes Jr. ernan...@gmail.com wrote: Are you running it on a Blackberry? :) On Wed, Aug 18, 2010 at 8:29 AM, LINUXGEEK yakubpash...@gmail.com wrote: hello Ernandes up to now is studied your code but  i am getting structed while using

[twitter-dev] You cannot tweet a same message within certain timeframe or number of past tweets?

2010-08-18 Thread K
Hi, at my work I am developing an app to post tweets on Twitter. While testing the app, I noticed that I keep getting forbidden error if I tried to tweet same message over and over again. So I went to the Twitter site to tweet directly and it looks like even from Twitter.com I cannot repeat the

[twitter-dev] Re: Mombo.com API

2010-08-18 Thread AdamD
Sounds useful to me. Plus, you already need an API for your iPhone app, anyway. Might as well share it with others. On Aug 16, 2:13 pm, Peter Denton petermden...@gmail.com wrote: Hey everyone, I work on a project called Mombo.com which does sentiment analysis on box-office movies. We have

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Ernandes Jr.
OK! I am working on this issue. Hope to get a fix for that very soon. Regards, Ernandes On Wed, Aug 18, 2010 at 8:48 AM, LINUXGEEK yakubpash...@gmail.com wrote: yep.. am running it in blackberry On Aug 18, 4:33 pm, Ernandes Jr. ernan...@gmail.com wrote: Are you running it on a

Re: [twitter-dev] You cannot tweet a same message within certain timeframe or number of past tweets?

2010-08-18 Thread Taylor Singletary
Hi K, A great place to get information on Twitter-wide policies, limits, and just about everything else is our help center at http://help.center.com Here are two relevant articles on that subject: Our rules best practices on automation:

Re: [twitter-dev] Need help to resolve this error.

2010-08-18 Thread Taylor Singletary
Hi Rushikesh, As Tom pointed out, you'll want to make sure to implement some exception handling around every request you make to the Twitter API. I don't know enough about the specific API calls you're making here to pin down the specific error you are receiving -- but I also agree with Tom that

[twitter-dev] Re: iPhone - Twitter Home in a UIWebView with a valid access token.

2010-08-18 Thread Alban
Back from holidays. So no one know how to do that ? On Jul 23, 3:30 pm, Alban alban.jou...@gmail.com wrote: Hi, I'm doing a application where the user can log in twitter and get all his status in a UITableView. After that if he wanna have more information, and do more, he just have to click

Re: [twitter-dev] Re: iPhone - Twitter Home in a UIWebView with a valid access token.

2010-08-18 Thread Taylor Singletary
Hi Alban, I don't know the specifics about developing in your environment, but you don't have to pull up the OAuth flow (request token - authorize - access token) after successfully performing it once for the user (unless the user has explicitly denies your application access). You should store

[twitter-dev] Re: iPhone - Twitter Home in a UIWebView with a valid access token.

2010-08-18 Thread Nik Fletcher
Hi Alban You're looking at two different environments here: 1. The native Cocoa touch view you're working with, in which you're requesting the methods from the Twitter API and updating the table view. 2. The WebView, which is the main Twitter website The OAuth flow you've run through for

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Matt Harris
Hey, Looking back at your original email I notice your base string has the URL https://api.twitter.com... but your request is to http://api.twitter.com The base string and request URLs must be the same otherwise your request is invalid. Hope that helps, Matt Harris Developer Advocate,

[twitter-dev] retweets_of_me

2010-08-18 Thread Peter
Retweets_of_me, in its current form is not very useful, and worse, leads to an insane amount of needless API calls. If... http://api.twitter.com/1/statuses/retweets_of_me.xml ...gives me a list of all my statuses that have been retweeted, why do these parameters always come out null false?:

[twitter-dev] Oauth Incorrect signature Error

2010-08-18 Thread Olu
Hi, I've been able to get a token and secret for an user but however, I'm getting an error while trying to use the status/update call. I've googled the problem and tried several solutions but none seems to work. I'm not sure what the problem is and I've been looking at this for hours. I would

Re: [twitter-dev] Oauth Incorrect signature Error

2010-08-18 Thread Taylor Singletary
First guesses: your current implementation is incompatible for statuses containing space characters or non-alphanumeric characters. You are rawurlencoding your status parameter while building your signature base string.. which is correct -- except, you should have URL encoded your status value

Re: [twitter-dev] Re: Introducing the Tweet Button

2010-08-18 Thread Clint Ecker
Taylor, We're seeing 0-tweet counts on every article on Ars. I've literally never seen anything by a 0-count on any article since you released the button. People are tweeting these links, so I'm pretty sure there's clicks: http://search.twitter.com/search?q=http%3A%2F%2Ft.co%2Fg3kPchF Clint

[twitter-dev] Re: Oauth Incorrect signature Error

2010-08-18 Thread Olu
Hi Taylor, I made the following changes to my code - made the status only one word On Aug 18, 1:51 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: First guesses: your current implementation is incompatible for statuses containing space characters or non-alphanumeric characters.

Re: [twitter-dev] Oauth Incorrect signature Error

2010-08-18 Thread Martin Dapas
On Wed, Aug 18, 2010 at 10:40:11AM -0700, Olu wrote: Hi, I've been able to get a token and secret for an user but however, I'm getting an error while trying to use the status/update call. I've googled the problem and tried several solutions but none seems to work. I'm not sure what the problem

[twitter-dev] Re: Oauth Incorrect signature Error

2010-08-18 Thread Olu
Hi Taylor, I made the following changes to my code - I made the status only one word. - Changed my curl statements to the following: $ch = curl_init(http://api.twitter.com/1/statuses/ update.json); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

[twitter-dev] Re: iWeb difficulty with the URL-shortener used by the tweet button

2010-08-18 Thread madebymart
Hi Tom, It worked! Although I would have been really glad if I didn't had to put in the link myself each time, but it's working now. :-) Thanks a lot! Martin On 15 aug, 19:18, Tom van der Woerdt i...@tvdw.eu wrote: On 8/14/10 10:49 PM, madebymart wrote: In my website, I introduces the

Re: [twitter-dev] Twitter Over Capacity

2010-08-18 Thread Tom van der Woerdt
On 8/18/10 8:24 PM, Mukha Mudra wrote: Hi All, I just began to connect a Symbian application to Twitter via the REST API. The base URL used in signature is as follows POST%3A%2F%2Fapi.twitter.com%2Foauth%2Frequest_token %26oauth_consumer_key%3D***

[twitter-dev] Twitter Over Capacity

2010-08-18 Thread Mukha Mudra
Hi All, I just began to connect a Symbian application to Twitter via the REST API. The base URL used in signature is as follows POST%3A%2F%2Fapi.twitter.com%2Foauth%2Frequest_token %26oauth_consumer_key%3D***

[twitter-dev] Re: Twitter Button Counts

2010-08-18 Thread artesea
Happens in all browsers even days after the number of tweets is up to 4 or 5 (ok not a busy site but still zero make it look crap) Like I said before clicking on the number brings me to a page showing all the tweets so they are there, just for some reason twitter when doing the count lookup isn't

Re: [twitter-dev] Twitter Over Capacity

2010-08-18 Thread Taylor Singletary
There are many elements to Twitter, the API, and the stack the runs the whole site. It is possible, though rare, that you'll see this error in other conditions. Looking at your signature base string here, I notice that you don't include a separator between the URL you are executing and the

[twitter-dev] share images with twitter

2010-08-18 Thread aman
dear twitter team i want to make a web application in asp.net in which i am having one page of gallery with my images and one button for share the images with twitter , i want to share these images in my account in twitter can u help me please any body and am able to post data on ur my twitter

[twitter-dev] Update on Twifficiency

2010-08-18 Thread Brian Sutorius
Hi all, Over the past 24 hours, we've received some questions about the Twifficiency app, so we thought we'd use this as an opportunity to quickly share some information around our Developer Principles. For background, the Twifficiency app computes a Twifficiency score based on different aspects

Re: [twitter-dev] Update on Twifficiency

2010-08-18 Thread Eric Marden - API Hacker
On behalf of the Internet. Thank you. ~e On Wed, Aug 18, 2010 at 3:45 PM, Brian Sutorius bsutor...@twitter.comwrote: Hi all, Over the past 24 hours, we've received some questions about the Twifficiency app, so we thought we'd use this as an opportunity to quickly share some information

[twitter-dev] URL Tweet Counts...

2010-08-18 Thread Scott Phillips
I notice in the like button dialog that you show the number of times a URL has been tweeted. Is that available anywhere via the api?

Re: [twitter-dev] Update on Twifficiency

2010-08-18 Thread Tom van der Woerdt
+1 On 8/18/10 10:55 PM, Eric Marden - API Hacker wrote: On behalf of the Internet. Thank you. ~e On Wed, Aug 18, 2010 at 3:45 PM, Brian Sutorius bsutor...@twitter.com mailto:bsutor...@twitter.com wrote: Hi all, Over the past 24 hours, we've received some questions about the

Re: [twitter-dev] URL Tweet Counts...

2010-08-18 Thread Aman deep
i dont know hows i do it please tell me the complete process to upload the image to my acount from my website On Thu, Aug 19, 2010 at 2:34 AM, Scott Phillips drbigfr...@gmail.comwrote: I notice in the like button dialog that you show the number of times a URL has been tweeted. Is that

[twitter-dev] Re: Update on Twifficiency

2010-08-18 Thread Daniel Ribeiro
It would be nice to have something that make things clearer to the user that the requesting app is requesting write rights. Like a big red warning on the Deny/allow page. On Aug 18, 6:17 pm, Tom van der Woerdt i...@tvdw.eu wrote: +1 On 8/18/10 10:55 PM, Eric Marden - API Hacker wrote: On

Re: [twitter-dev] Update on Twifficiency

2010-08-18 Thread M. Edward (Ed) Borasky
There's another issue lurking here, and that's just how much typical Twitter end users know about what an app can do once authenticated, either using the soon-to-be-history basic authentication or oAuth/xAuth. I think the page Twitter displays when asking Deny/Allow is fine, but I'd be

Re: [twitter-dev] Re: Update on Twifficiency

2010-08-18 Thread M. Edward (Ed) Borasky
+1 ... see previous email ... although I don't think Twitter necessarily needs to do that - it's really the app developer's responsibility to document what it's supposed to do and how to tell when it's misbehaving. -- M. Edward (Ed) Borasky http://borasky-research.net

[twitter-dev] Re: Update on Twifficiency

2010-08-18 Thread Ben Metcalfe
What I'd actually like to see is some granularity in the oAuth permissions that go beyond binary has complete access: DENY|ALLOW, and this would also solve this problem. Surprising users when an app auto-tweets is one thing, but I'm more concerned about a given app reading my DM's, for example

[twitter-dev] Re: Twitter button with custom URL shortener

2010-08-18 Thread Cassie Lynn
Hello! I am creating my own tweet links as described at the bottom of http://dev.twitter.com/pages/tweet_button Through this method, I am not able to provide a 'data-url' attribute, and instead append url=myshorturl to the end of the share url. It comes up as a t.co url, and when I post it, it

Re: [twitter-dev] Re: Update on Twifficiency

2010-08-18 Thread Peter Denton
My opinion is that twitter is trying to keep it intentionally simple for the benefit of apps. for Joe Regular, more options than allow / deny is going to create confusion and apps will suffer. Its pretty clear that if you tweet on behalf of users without consent there will be confusion/anger and

Re: [twitter-dev] You cannot tweet a same message within certain timeframe or number of past tweets?

2010-08-18 Thread Kasane Utsumi
This is exactly what I am looking for. Thanks a lot!! K On Wed, Aug 18, 2010 at 7:09 AM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi K, A great place to get information on Twitter-wide policies, limits, and just about everything else is our help center at http://help.center.com

[twitter-dev] Re: iPhone - Twitter Home in a UIWebView with a valid access token.

2010-08-18 Thread Bess
To display status on UITableView doesn't require login. You can reproduce Twitter website by using Twitter APIs. On Aug 18, 8:29 am, Nik Fletcher nik.fletc...@gmail.com wrote: Hi Alban You're looking at two different environments here: 1. The native Cocoa touch view you're working with, in

[twitter-dev] Re: Introducing the Tweet Button

2010-08-18 Thread Jonathan Strauss
Yeah, we've been seeing similar issues for awe.sm-powered links (on 400 domains). It would seem that Twitter's counter is only indexing *some* redirect URLs. There are other folks complaining about this issue on this thread:

[twitter-dev] Re: Twitter Button Counts

2010-08-18 Thread Jonathan Strauss
I'm pretty sure they're only indexing a subset of redirect links for the count at this point. So, the 4 or 5 being counted are probably ones that were shared with t.co or bit.ly. -jonathan -- Jonathan Strauss, Co-Founder http://snowballfactory.com Campaign tracking for social media -

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
thank you very much Ernandes. On Aug 18, 6:40 pm, Ernandes Jr. ernan...@gmail.com wrote: OK! I am working on this issue. Hope to get a fix for that very soon. Regards, Ernandes On Wed, Aug 18, 2010 at 8:48 AM, LINUXGEEK yakubpash...@gmail.com wrote: yep.. am running it in

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
here is my my postbody String postBody=status=+urlEncode(Test message); String length=String.valueOf(postBody.length()); httpConn.setRequestProperty(Content-Length, length); is this correct usage in

[twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread LINUXGEEK
thanks for your replay Hrris.. i'll try it now and get back to you.. can you tell about the postbody i have mensioned the post body in the previous messages .. am i doing correct in that.. On Aug 18, 8:31 pm, Matt Harris mhar...@twitter.com wrote: Hey, Looking back at your original email I