[twitter-dev] Re: users/lookup returns duplicates, missing records for valid users

2011-03-09 Thread nischalshetty
Hi, I too am getting duplicate results and some of the valid ids are not beings returned. If it helps, these ids would replicate all the issues faced : 11825, 248874232, 28296091, 251642658, 257793455, 225992183, 85168850, 92509004, 113697273, 99673641, 99253238, 98032551, 91619850,

Re: [twitter-dev] Error Domain=HTTP Code=401 The operation couldn’t be completed. (HTTP error 401.)

2011-03-09 Thread Evadne Wu
Stale token or bad API key? Can you post your code somewhere so we can take a look? ;) Thanks, Evadne On Feb 27, 2011, at 08:09, MFK wrote: Hey there! While working on an assignment for school using the MGTwitter engine in an iOS application, I started getting the error above. I'm

[twitter-dev] Re: Recurring Tweets

2011-03-09 Thread Tammy Fennell
Thanks Matt, The thing is that the automated rules doesn't actually mention it anymore. I swear it used to... Is there no place that just says Yes it's allowed or No it isn't. Or, is what you are saying, that it is subjective? We are very careful about what features we put in so we like to have

[twitter-dev] Twitter 1/statuses/home_timeline.json OAuth 401 Invalid Signature Error

2011-03-09 Thread kamesh SmartDude
Dear All, I Am Working on Twitter Application. I want to fetch the data using OAuth authentication. I am Using C++(Samsung BADA) For Coding. I Was Successful For First Three Steps 1. Get the request token. 2. Redirect user for authentication. 3. Once user authorizes the application get the

[twitter-dev] Is it possible to access someone's twitter with his/her uid?

2011-03-09 Thread HFLOW
Hi, I'm a rails developer trying to provide users direct links to their twitters. But the only information the application saves is uid, so I wondered if I can access someone's twitter with his/her uid like twitter.com/ uid (it didn't work) Any idea? -- Twitter developer documentation and

[twitter-dev] response time

2011-03-09 Thread Ankit Nautiyal
Hi, Apis are taking 10+ sec for functionalities like seacrh, read tweets. Can anyone tell me how to minimize the time. -- Regards Ankit Nautiyal -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

Re: [twitter-dev] response time

2011-03-09 Thread Taylor Singletary
Hi Ankit, We're looking into the sporadic long response time issue. Thanks, Taylor On Wed, Mar 9, 2011 at 5:57 AM, Ankit Nautiyal ankitnauti...@gmail.comwrote: Hi, Apis are taking 10+ sec for functionalities like seacrh, read tweets. Can anyone tell me how to minimize the time. --

[twitter-dev] Tweet button SSL (invalid certificate)

2011-03-09 Thread Marcel Stör
http://groups.google.com/group/twitter-development-talk/browse_frm/thread/2f600498f2c34d52/92584b17b64c0eae says that at the moment there's no support for a SSL tweet button. Are there any plans to change this? I find it really irritating that Facebook for example does support this but Twitter

Re: [twitter-dev] Policy on opening up more than one stream using the same credentials

2011-03-09 Thread Scott Wilcox
If you connect more than one application to a stream, it'll disconnect your other one from what I've seen in practice. Use a separate account which then means you're adhering to the TOS. On 9 Mar 2011, at 16:45, EastSideDev wrote: I am developing an application, and I need to open up two

[twitter-dev] Policy on opening up more than one stream using the same credentials

2011-03-09 Thread EastSideDev
I am developing an application, and I need to open up two streams for development/testing purposes (using the streaming API). Is it against policy to open up two streams using the same set of credentials. This is not an attempt to get around rate limitations, and would only be two streams. --

Re: [twitter-dev] Request hometimeline with COUNT=1 returns 20-30 tweets.

2011-03-09 Thread Rob Wilson
Hi, If you go to http://dev.twitter.com/console and choose statuses/home_timeline.json, then type count in the parameter field then 1 in the parameter value field, the result is many tweets, not one. The 'request' tab doesn't show the parameter anywhere, I also tried added three other

[twitter-dev] defaultContent only fills TweetBox once

2011-03-09 Thread BC@DC
I'm using the 'Tweetbox' to great affect on a page with a streaming video. It works great except that after one tweet per user the box empties of it's default content. In other words the user experience I want is: User shows up, tweet box is auto populated with @the_person_listening They tweet,

[twitter-dev] Another SSL issue - seems critical to me

2011-03-09 Thread Marcel Stör
The following code on an SSL protected page produces invalid code: a href=http//twitter.com/share class=twitter-share-button data- text=my super text data-url=https://mydomain.tld/foo.html; data- count=none data-via=myaccount data-lang=enTweet/ascript type=text/javascript

[twitter-dev] Twitter Dev: Possible to reassign credentials?

2011-03-09 Thread Jessica Cheung
Hi All, Thanks in advance for the help. We have a developer that used his own twitter credentials to register on dev.twitter.com, but are looking to re-assign to another developer. Is it possible to change admins without changing the tokens so that the user base does not need to re authorize

Re: [twitter-dev] Twitter Dev: Possible to reassign credentials?

2011-03-09 Thread Scott Wilcox
I'd contact a...@twitter.com to ask. On 9 Mar 2011, at 21:51, Jessica Cheung wrote: Hi All, Thanks in advance for the help. We have a developer that used his own twitter credentials to register on dev.twitter.com, but are looking to re-assign to another developer. Is it possible to

[twitter-dev] Rate Limit problem even with 20k calls?

2011-03-09 Thread Hugo W
Hey guys, Does Twitter have changed how limit calls are applied on the API? I have 20k calls per hour, but when i do a simple search call, i get { [error]= string(46) You have been rate limited. Enhance your calm. }, and yes, i still get 10k calls left to use. Any clues? Is this any king of

Re: [twitter-dev] Twitter Dev: Possible to reassign credentials?

2011-03-09 Thread Taylor Singletary
Hi Jessica, Our API policy folks can help with this -- the account owner who currently posses the application record needs to email a...@twitter.com from the email address associated with their Twitter account. They should include the specific application name (and consumer key) associated with

Re: [twitter-dev] Rate Limit problem even with 20k calls?

2011-03-09 Thread Matt Harris
Hey Hugo, The rate limit you refer to is for the REST API only. The Search API, which it looks like your using, has it's own rate limiting system external to the REST API. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Mar 9, 2011 at 2:38 PM, Hugo W

Re: [twitter-dev] Twitter Dev: Possible to reassign credentials?

2011-03-09 Thread Jessica Cheung
Thank you for the really quick reply! I'm going to follow your instructions below. On Wed, Mar 9, 2011 at 5:36 PM, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Jessica, Our API policy folks can help with this -- the account owner who currently posses the application record

[twitter-dev] Streaming API's schema

2011-03-09 Thread empika
Hallo I have just got site stream up and running and would now like to filter the incoming data so I can save different types of objects in different DB tables. eg, tweets, follows, DMs, favorites etc. Is there a schema for all the different types anywhere so I can identify the different object

Re: [twitter-dev] Streaming API's schema

2011-03-09 Thread 1537 News
Have a look here http://*140dev*.com/ On Wed, Mar 9, 2011 at 5:01 PM, empika edw...@nixonmcinnes.co.uk wrote: Hallo I have just got site stream up and running and would now like to filter the incoming data so I can save different types of objects in different DB tables. eg, tweets, follows,

[twitter-dev] Re: Streaming API's schema

2011-03-09 Thread empika
Sorry, I can't find anything there either. Just looks like a blog for some developer and some example PHP code. On Mar 9, 11:07 pm, 1537 News 1537n...@gmail.com wrote: Have a look here http://*140dev*.com/ On Wed, Mar 9, 2011 at 5:01 PM, empika edw...@nixonmcinnes.co.uk wrote: Hallo I

Re: [twitter-dev] Re: Streaming API's schema

2011-03-09 Thread 1537 News
Part of the that php code package has the mysql schema On Wed, Mar 9, 2011 at 5:28 PM, empika edw...@nixonmcinnes.co.uk wrote: Sorry, I can't find anything there either. Just looks like a blog for some developer and some example PHP code. On Mar 9, 11:07 pm, 1537 News 1537n...@gmail.com

[twitter-dev] http://m.twitter.com/oauth/authorize is redirecting to https://mobile.twitter.com/

2011-03-09 Thread Richard Barnett
http://m.twitter.com/oauth/authorize is currently redirecting to https://mobile.twitter.com/. Earlier today I saw it redirecting to http://m.twitter.com/oauth or https://m.twitter.com/oauth (in the latter case via a certificate warning). http://twitter.com/oauth/authorize is behaving as

[twitter-dev] App not working

2011-03-09 Thread vijethhegde056
Hi, I am developing a twitter client in Android and I am using the following libraries for Oauth Authentication from the twitter server signpost-commonshttp4-1.2.1.1.jar signpost-core-1.2.1.1.jar I have registered my App and got the Customer key and secret key but while running the App i get

[twitter-dev] Re: Another SSL issue - seems critical to me

2011-03-09 Thread Carlos_Redondo
Hi Marcel, Just to let you know that you aren't alone with this issue. It looks to me that unique solution is to build you own share tweet button, but you will miss the counter. http://dev.twitter.com/pages/tweet_button Or use a topsy retweet button instead

[twitter-dev] A very basic question

2011-03-09 Thread Umashankar Das
Guys, I just wanted to tap the extensive knowledge of such esteemed developers aroundd here. Can anyone recomend the best library which supports twitter api's in C/C++. We're specifically looking at the samplestream API on twitter. Thanks In Advance Regards Umashankar Das -- Twitter developer

[twitter-dev] Re: Streaming API's schema

2011-03-09 Thread empika
Thanks 1537, but it looks like that only has the schema for a basic tweet and not the rest of the data such as follows and favorites etc. On Mar 10, 12:06 am, 1537 News 1537n...@gmail.com wrote: Part of the that php code package has the mysql schema On Wed, Mar 9, 2011 at 5:28 PM, empika

Re: [twitter-dev] A very basic question

2011-03-09 Thread Georgooty varghese
you can use libauth library from twitter On Thu, Mar 10, 2011 at 11:59 AM, Umashankar Das umashankar...@gmail.comwrote: Guys, I just wanted to tap the extensive knowledge of such esteemed developers aroundd here. Can anyone recomend the best library which supports twitter api's in C/C++.

Re: [twitter-dev] A very basic question

2011-03-09 Thread Umashankar Das
Thanks.. Regards Umashankar Das On Thu, Mar 10, 2011 at 1:24 PM, Georgooty varghese georgo...@gmail.comwrote: you can use libauth library from twitter On Thu, Mar 10, 2011 at 11:59 AM, Umashankar Das umashankar...@gmail.comwrote: Guys, I just wanted to tap the extensive knowledge of