[twitter-dev] MGTwitterEngine-1.0.8-OAuth - Error HTTP 401

2011-03-03 Thread Battan Ror
Hi I am using this code for the MGTwitterEngine oAuth from source https://github.com/kimptoc/MGTwitterEngine-1.0.8-OAuth/ but not working for me... it give the same error I was getting in using xAuth without enabling xAuth Error Log is: Twitter request failed!

[twitter-dev] Re: Twitter integration for IPhone App

2011-03-03 Thread Bess
No Official Twitter iOS SDK. You want better user experience on iOS app use xAuth. I will be releasing book chapter on iOS app soon with code example. On Mar 1, 4:56 am, Battan Amit batta...@gmail.com wrote: Hi I am working on a iphone application in which I will integrate the twitter I have

Re: [twitter-dev] Re: Twitter integration for IPhone App

2011-03-03 Thread Battan Amit
I found some links from twitter site MGTwitterEngine etc. and use it. this is supporting both xAuth and oAuth as per its documentation and try it using xAuth as a function calling named getXAuthAccessTokenForUsername But my application is in developing stage .. and twitter not approving it ..

Re: [twitter-dev] Twitter integration for IPhone App

2011-03-03 Thread sheri barton
i dont know someone teach me because im lost on this From: Battan Amit batta...@gmail.com To: Twitter Development Talk twitter-development-talk@googlegroups.com Sent: Tue, March 1, 2011 4:56:13 AM Subject: [twitter-dev] Twitter integration for IPhone App Hi

[twitter-dev] Re: Implementing OAuth , PHP

2011-03-03 Thread Tweet Closer
On Feb 25, 5:55 pm, Peter Denton petermden...@gmail.com wrote: if you are not too far down the road with Tiis Verkoyen's class, I can send you an example using Abraham's oAuth library which will show you how to do this. OK, ta, I've downloaded that class, I'll have a play J -- Twitter

[twitter-dev] Tweet Button Error

2011-03-03 Thread Jerry Thompson
Just noticed that the Twitter's Tweet button which opens up a popup window for sharing, upon posting to Twitter, there's a link to Return to X site. Clicking this link will open the originating site within the JS popup. Shouldn't it simply just close the popup window as the user is already on

[twitter-dev] Is there a feature in the API to access past number of lists?

2011-03-03 Thread bunguman
Hello, I have a question about accessing the list data. I want to see the past fluctuations of the number lists that any given account was organized by other users. Ideally, it would function like TwitterCounter (www.twittercounter.com) with lists instead of followers, following, and tweets.

Re: [twitter-dev] Is there a feature in the API to access past number of lists?

2011-03-03 Thread Scott Wilcox
No, there are no current endpoints that could provide you with this information. You would have to start tracking it yourself to do so. On 3 Mar 2011, at 17:54, bunguman wrote: Hello, I have a question about accessing the list data. I want to see the past fluctuations of the number lists

Re: [twitter-dev] POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-03-03 Thread Taylor Singletary
There's obviously no good excuse I can tell you for the documentation being wrong. In this case, the old resource was never deprecated and never existed -- the documentation was wrong from the beginning. We're very aware of documentation bugs and are actively working towards allowing their

[twitter-dev] Re: POSTs to :user/:list_id/create_all returning HTTP status 404 for all requests

2011-03-03 Thread Ken D.
Mistakes are a fact of life, no excuses necessary. What is hard to understand is not being able to change a few characters in the documentation, while developers continue to fall into this silly trap. Is the doc generated from the code? Doesn't look like it. Of course, this documentation bug -

[twitter-dev] Twitter Search bug: confusing Swedish place Åre with English verb are

2011-03-03 Thread Jeffrey Greenberg
Hi, We have a customer who is trying to find tweets with the Swedish word Åre, which is a place, and is getting tweets with the English word are in it. I've reproduced this on search.twitter.com ... If the search is Åre -are it return nothing, because it seems that search.twitter.com sees them

[twitter-dev] Re: Tweet Button Error

2011-03-03 Thread Tom Mc
I've noticed the same thing, and if I've got firebug open, I see an error referring to jQuery not being defined. On Mar 3, 9:54 am, Jerry Thompson jerrycando...@gmail.com wrote: Just noticed that the Twitter's Tweet button which opens up a popup window for sharing, upon posting to Twitter,