[twitter-dev] Re: Twitter Over Capacity

2010-08-18 Thread Mukha Mudra
Ok tried that. Base url POST&https%3A%2F%2Fapi.twitter.com%2Foauth %2Frequest_token&oauth_consumer_key %3D***%26oauth_signature_method %3DHMAC-SHA1%26oauth_nonce%3Dkh2147483647%26oauth_timestamp %3D1282198197%26oauth_version%3D1.0 When i use https i get Twit

[twitter-dev] Re: Twitter Over Capacity

2010-08-18 Thread Mukha Mudra
Thanks Matt let me try that.. I read in the documentation that oauth_version is OPTIONAL and if not submitted the Service Provider will take it as 1.0. Anyways will try that. Also can you tell me should be using just http or https for url? On Aug 19, 10:43 am, Matt Harris wrote: > Hi Mukha, > > Y

Re: [twitter-dev] Re: Twitter Over Capacity

2010-08-18 Thread Matt Harris
Hi Mukha, Your base string and API seems to be missing the oauth_version parameter which you should be setting to 1.0. Also, the URL in your base string is seems to be missing the protocol 'http'. Yours starts POST&%3A%2F%2F when it should be POST&http%3A%2F%2F Hope that helps, Matt On Wed, Aug

[twitter-dev] Re: Twitter Over Capacity

2010-08-18 Thread Mukha Mudra
Thanks Taylor. I changed that and base string is now like this POST&%3A%2F%2Fapi.twitter.com%2Foauth %2Frequest_token&oauth_consumer_key%3D* %26oauth_signature_method%3DHMAC-SHA1%26oauth_timestamp %3D1282189027%26oauth_nonce%3Dkh432142249 I call the url with query parameter

[twitter-dev] list api create_all method not working

2010-08-18 Thread whizcreed
Hi, I am using ruby-auth gem to interact with twitter api. Unfortunately in situation of an error I am unable to find out much information on the cause. I am facing quite a strange problem. Consider following output: >> r = u.twitter.post("/adityaraj/19567361/members.json", "id" => '35671043')

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

2010-08-18 Thread LINUXGEEK
i have changed and tried but still the same issue.. please help me. thanks regards yakub pasha On Aug 18, 8:31 pm, Matt Harris wrote: > Hey, > > Looking back at your original email I notice your base string has the > URLhttps://api.twitter.com... but your request is tohttp://api.twitter.com...

[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 wrote: > Hey, > > Looking back at your original email I notice your base s

[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 htt

[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." 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 wrote: > > yep.. > > am running it in blackberry > > > On Aug 18, 4:3

[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 - http://awe.

[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: http://groups.google.com/group/twitter-development-talk/browse_thread/th

[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 wrote: > Hi Alban > > You're looking at two different environments here: > > 1. The native Cocoa touch view you're working with, in which you're > requ

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.cente

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

[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 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 (

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 http://twitter.com/znme

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

[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 wrote: > +1 > > On 8/18/10 10:55 PM, Eric Marden - API Hacker wrote: > > > On behalf o

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 wrote: > I notice in the like button dialog that you show the number of times a > URL has been tweeted. Is that available anywhere via t

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 > wrote: > > Hi all, > > Over the past 24 hours, we've received some questions about the > Twiff

[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 Eric Marden - API Hacker
On behalf of the Internet. Thank you. ~e On Wed, Aug 18, 2010 at 3:45 PM, Brian Sutorius wrote: > 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

[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 aspect

[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 aco

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 paramet

[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 f

[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*** %26oauth_signature_method%3DHMAC-SHA1%26oauth_timestam

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] 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 wrote: > On 8/14/10 10:49 PM, madebymart wrote: > > > > > > > In my website, I introduces the tweet

[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); curl_

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 prob

[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 wrote: > First guesses: your current implementation is incompatible for statuses > containing space characters or non-alphanumeric characters. > > You are rawurlencoding yo

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 O

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 bef

[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 appre

[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?:

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, Twi

[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 request

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 Alban
Back from holidays. So no one know how to do that ? On Jul 23, 3:30 pm, Alban 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 on a button and a >

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

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: http://support.twitter.com/articles/76915-automation-rules

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 wrote: > yep.. > am running it in blackberry > > On Aug 18, 4:33 pm, "Ernandes Jr." wrote: > > Are you running it on a Blackberry? :) > > > > On Wed, Aug 18, 2010

[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 wrote: > Hey everyone, > I work on a project called Mombo.com which does sentiment analysis on > box-office movies. > > We have an API but wanted t

[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 s

[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." wrote: > Are you running it on a Blackberry? :) > > On Wed, Aug 18, 2010 at 8:29 AM, LINUXGEEK wrote: > > hello Ernandes up to now is studied your code but  i am getting > > structed while using the send() in your twitter api m

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 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 Jr." wrote:

[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." wrote: > Hi, > > Check my xAuth implementation in TwAPIme,www.twapime.com. Maybe you can > find what's wrong wi

[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: 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 need

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 wrote: > The problem is that the last time I did Java (this is Java, right?) was > ages ago (I was 12 back then)

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 /1

[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] 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 sugges

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

[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 se

[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 t