[twitter-dev] Brand Confusion

2011-06-20 Thread Jerry Thompson
Who's the best person to reach out to at Twitter if there is a twitter account that is causing confusion with our brand and users? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: htt

[twitter-dev] Re: Site stream doesn't return users' own tweets?

2011-06-20 Thread David
Hi Nick, You should see tweets from the user - in the JSON message (i.e. data['message']), you should see the normal JSON of a tweet intended for the user. You can check to see if there's a "text" field in the message, and if the author matches the user, then it's a tweet from the user (the "f

Re: [twitter-dev] Twitter Single User Login

2011-06-20 Thread Taylor Singletary
If this is for an iPhone app, it's likely you don't need to deal with the streaming API or the complexity of authentication at all. Occasional unauthenticated requests to a specific public user's timeline is probably most appropriate in this case. For instance, to get the ~5 most recent tweets an

Re: [twitter-dev] Twitter Single User Login

2011-06-20 Thread Greg Passmore
Look at the User Streams api or the Search API. You just need to use the API to ask twitter for the timeline / stream of the "band" user you want. On Mon, Jun 20, 2011 at 2:05 PM, mediavu wrote: > Hi I need to be able to automatically log my user into a twitter > account so that they are prese

[twitter-dev] Twitter Single User Login

2011-06-20 Thread mediavu
Hi I need to be able to automatically log my user into a twitter account so that they are presented tweets from a certain "music band". Is there a way to disable the user name ane password process and embed it into my iphone app. So in theory the user clicks a button which displays the "music band

[twitter-dev] How many REST calls do you save with the streaming API?

2011-06-20 Thread Fabien Penso
Hey, I thought some of you might wonder how many REST calls you save using the Streaming API instead, so here is a graph for my iPhone application http://2apn.com I usually do about 7k requests/hour (for lists, and stuff not available through the streaming API), but I had an temporary glitch in m

Re: [twitter-dev] OAuth error

2011-06-20 Thread antiphobe
The time was in sync and I still used ntpd to reset it. No use. I tried to use the same script on different server, same user -> 400 error (bad request) Tried on new server, different user, same script -> it works! So I'm lead to believe something might be wrong with the twitter user a/c? Is

Re: [twitter-dev] OAuth error

2011-06-20 Thread Pepo Viola
Hi, if you reinstall the os, take a look of the time config of the server, i got 4xx error when the timezone of my server was missconfig. regrets! 2011/6/19 antiphobe > I am using a script to try and access the user timeline script. The > script works. The server the script was originally run

[twitter-dev] Re: Twitter Dev reports website contains malware

2011-06-20 Thread Brian Sutorius
Hey Michael, Please email a...@twitter.com from the email address on your developer Twitter account and include the exact URL that you're trying to include with your application registration. We'll look into it for you. Brian Twitter API Policy On Jun 17, 6:31 pm, Michael Robinson wrote: > Hi, >

[twitter-dev] 500 errors from the search api on specific queries, related to geocode parameter.

2011-06-20 Thread Eric Mueller
I noticed some 500 responses to our search api requests this morning that were oddly consistent - specific queries that would always error, when most queries never (rarely) do. I started trying to reproduce with smaller queries, and arrived at a few examples. This search fails with a 500 error

Re: [twitter-dev] Recipe for getting Follow button working on an https website?

2011-06-20 Thread Taylor Singletary
Hi Rob, The Follow Button doesn't yet support SSL -- only unencrypted HTTP, which is why you get this error when trying to use the Follow Button on a SSL-based site. We'll let everyone know when SSL support arrives for the Follow Button and Tweet Button. @episod

[twitter-dev] OAuth error

2011-06-20 Thread antiphobe
I am using a script to try and access the user timeline script. The script works. The server the script was originally running on, was reinstalled and now, after reconfiguring pecl oauth, it gives the error: PHP Fatal error: Uncaught exception 'OAuthException' with message 'Invalid auth/bad reque

[twitter-dev] Follower count stuck...no one can follow me

2011-06-20 Thread activefan
I set up several dozen twitter accounts at the beginning of the year for the various departments in our sports news business. We have an API for each account that autotweets stories from several locations. The accounts were growing well, and some got up into 600-800 followers and then stopped aro

[twitter-dev] me and twitter

2011-06-20 Thread jajati patro
Ibef.org is doing better in twitter and all other social networking sites. check out this http://www.ibef.org -- 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/