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

2011-03-29 Thread Stephen Rife
Just wanted to share that I have recently received inquiries from some sites that have hit this same issue. For the time being I am directing them to build their own button or else not displays buttons on https pages. (which means many of the sites don't bother to include the buttons.) I agree it

[twitter-dev] TWTR widget callback

2011-03-29 Thread Ashwin Purohit
Is there a callback when a Twitter widget is rendered? I'm using the boilerplate: TWTR.Widget({...}).render().setUser('myuser').start(); Any of these methods take a callback on completion (so I can show a loader while Twitter is injected)? -- Twitter developer documentation and resources: http:

[twitter-dev] Request token failed

2011-03-29 Thread Matthieu GD
Hello, >From out of nowhere I got "Failed to validate oauth signature and token" when I do a request token (GET with https on this url : https://api.twitter.com/oauth/request_token). It was working since several days. Is it normal ? Matthieu -- Twitter developer documentation and resources: ht

[twitter-dev] Many twitter to 1 location that gets pushed out

2011-03-29 Thread Kevin
I'm not too sure if any of that makes sense but here it goes in more detail I've got a website for a local sports association. Presently someone thought it would be a good idea if, by using twitter everybody could be kept appraised of different teams standings/plays/activities in real time a

Re: [twitter-dev] GET :user/lists/:id/statuses stopped working

2011-03-29 Thread Cameron Kaiser
> This just stopped working for me: > > http://twitter.com/@padems/lists/pademocrats/statuses.json > > It now returns this: > > {"request":"\/@padems\/lists\/pademocrats\/statuses.json","error":"You must > specify either a list ID or a slug and owner"} > > Anyone know what's going on? Get ri

[twitter-dev] GET :user/lists/:id/statuses stopped working

2011-03-29 Thread Sean Robertson
This just stopped working for me: http://twitter.com/@padems/lists/pademocrats/statuses.json It now returns this: {"request":"\/@padems\/lists\/pademocrats\/statuses.json","error":"You must specify either a list ID or a slug and owner"} Anyone know what's going on? -- Twitter developer docu

[twitter-dev] Géolocalisation d'un tweet

2011-03-29 Thread Nassr zied
salut, je suis en plein travail pour la création de mon Client Twetter pour windows phone 7. En fait, j'ai presque terminé et je veux ajouter un module de geolocalisation(c'est la première fois que je travail sur ce type de service) ...j'ai lu la documentation fournit par Twitter mais j'ai pa bien

[twitter-dev] Re: Would the twitter api work for me?

2011-03-29 Thread wolfie
An afterthought: If this requires registering the locations and/or the users for twitter accounts would it be possible to do this in the background via php? I just don't want to redirect the user over to twitter to setup an account because that's the kind of extra step that will decrease my sign-u

[twitter-dev] Would the twitter api work for me?

2011-03-29 Thread wolfie
Hi guys, I've developed a website that basically does this: 1) Users maintain a list of geographical locations in their settings. These are stored in a database. 2) Users post messages from these locations using a webapp or native app (iphone, android, etc..) 3) Users that are interested in the loc

Re: [twitter-dev] Enforced profile picture dimensions/sizes

2011-03-29 Thread Arnaud Meunier
This particular problem only concerns a couple of users who didn't re-upload their profile image since we had this bug in 2009. Unfortunately, a fix is unlikely to come. In most of the cases, image size is correct. If it's just about displaying these images in a browser, you can set the image widt

Re: [twitter-dev] Streams question

2011-03-29 Thread Taylor Singletary
Hi Mark, Thanks for your questions -- answers inline below: On Mon, Mar 28, 2011 at 5:01 PM, Mark Krieger wrote: > a. I applied for Site Streams Beta Whitelisting more than a week ago, > the application said it is looked at more or less once a week. Is this > accurate? When might I hear? (Compan

Re: [twitter-dev] iOS OAuth sign up now link not valid

2011-03-29 Thread Taylor Singletary
Thanks for the bug report! We'll work on getting this link/redirect chain fixed. @episod - Taylor Singletary On Tue, Mar 29, 2011 at 6:40 AM, Elements wrote: > We are using ShareKit from http://www.getsharekit.com/ for Twitter in > our iPhone application. I can logi

Re: [twitter-dev] Oauth from iFrame

2011-03-29 Thread Taylor Singletary
Hi Trevor, We make small security tweaks all the time -- IFRAMEs make it very difficult for the end user to verify the authenticity of twitter.com while they are entering their login credentials -- the user should always be able to clearly see the URL in the browser's standard representation of a

[twitter-dev] Queries with different languages

2011-03-29 Thread Marlos Carmo | 5clicks.com.br
Hi, I have a question in search of Twitter and would like to ascertain how the actual operation of the application. When I search for a particular term in all languages ​​my username appears, but if I select only the Portuguese result does not show my record, even though my tweet is in Portuguese

[twitter-dev] Re: sending tweet through Java application

2011-03-29 Thread Deepak Srivastava
Which library are you using? Is it some third-party lib or are you trying to connect on your own? --Deepak -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twi

[twitter-dev] list of most retweeted tweets

2011-03-29 Thread bertan
i want to list the tweets which has been the most retweeted by users in a day for a specific region. does anyone has any idea? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://co

Re: [twitter-dev] (401) Unauthorized

2011-03-29 Thread Trevor Dean
There is an active thread for this issue http://code.google.com/p/twitter-api/issues/detail?id=2118 you're not alone on this one, there are many people suffering from this issue. On Tue, Mar 29, 2011 at 6:26 AM, naresh wrote: > Hi > We have integrated our web application to use twitter oAuth fo

[twitter-dev] (401) Unauthorized

2011-03-29 Thread naresh
Hi We have integrated our web application to use twitter oAuth for publishing the tweet etc. We have integrated the twitter oAuth some months back.It used to work fine, but now all of sudden we have start getting this 401 error.This works fine sometime and sometime it does not work.We are correctl

[twitter-dev] iOS OAuth sign up now link not valid

2011-03-29 Thread Elements
We are using ShareKit from http://www.getsharekit.com/ for Twitter in our iPhone application. I can login and post messages without a problem but on the Twitter OAuth login page at the bottom there is a link called "Sign up Now!". When you click it it will show a page with the following text: "Hold

[twitter-dev] parsing links within tweets

2011-03-29 Thread Floating Floating
Using the streaming API, urls within tweets are rendered as plain text. What is the best way to go about turning them back into click-able urls? Am I doing something wrong? Can I pass them from the api/server as such or do I need to do a regex function client-side? Thanks very much, Floating --

[twitter-dev] Oauth from iFrame

2011-03-29 Thread Trevor Dean
I am launching the twitter authorization page from my site which is in an iFrame, this used to work but now the authorization page won't load inside the iFrame. Has something changed? I posted this yesterday and haven't received any response, can someone from twitter weigh in on this? Trevor -

[twitter-dev] Re: User Search

2011-03-29 Thread arnaud
Thank you Matt, i'll try to develop an app which search for an user and get his ID with the user/show because in can't use a webBrowser in my app so i can't authenticate. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitt