[twitter-dev] Anyone else having environmental issues posting image using PHP? - But still get a 200?

2010-06-04 Thread jmathai
Been getting reports that users of twitter-async are having problems with the profile image and background APIs are returning a 200 response but not updating the image. I'm not sure what the exact reasons are but they seem to be environmental. Right now my best guess is that it is either ubuntu 1

Re: [twitter-dev] Re: Saerch API and Twitter "Live Search Results" disparity

2010-06-04 Thread Jonathan Reichhold
The stream API will have more results and will give all results versus the search API which will sample popular results (high-velocity), but for this case all results are available for both systems. Jonathan On Fri, Jun 4, 2010 at 9:12 PM, Bess wrote: > This is related to cache. Search API resu

Re: [twitter-dev] Re: Saerch API and Twitter "Live Search Results" disparity

2010-06-04 Thread Jonathan Reichhold
This has nothing to do with the cache. Speaking as a engineer in the search group I can state that this has nothing to do with the cache. Jonathan @jreichhold On Fri, Jun 4, 2010 at 9:12 PM, Bess wrote: > This is related to cache. Search API results are from cache to improve > performance? Sea

[twitter-dev] Re: Saerch API and Twitter "Live Search Results" disparity

2010-06-04 Thread Bess
This is related to cache. Search API results are from cache to improve performance? Search API is not getting the same results as Stream API? On Jun 4, 3:12 pm, Jonathan Reichhold wrote: > This is actually an artifact of how retweets are displayed between > search.twitter.com and twitter.com  The

Re: [twitter-dev] Saerch API and Twitter "Live Search Results" disparity

2010-06-04 Thread Jonathan Reichhold
This is actually an artifact of how retweets are displayed between search.twitter.com and twitter.com The tweets are there, but the display is different. Jonathan On Fri, Jun 4, 2010 at 10:10 AM, Brian Maso wrote: > Last night I collected tweets through the search API for the hashtag > "#glossg

[twitter-dev] Re: Important Notice on Incorrect API Endpoints for Search, REST, & OAuth (+ some general tips!)

2010-06-04 Thread Guillermo
I'm also having issues on not receiving new tweets when I use the since_id value. Pretty much the same problem described in the above comments.

[twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread yml
At that point both services yfrog and twipic work fine. I hate to say this but I am almost convince that the pain in the development process comes from some outage in either twitpic or Twitter Oauth Echo authentication. for the sake of completeness of this thread here it is my 2 working views : ht

[twitter-dev] Re: Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
The Javascript is only a part of the application, the application is actually just a service that sends a message to users from an account. the application is built in C++. and we pull our tokens from the database. The javascript builds the request and then gets sent off through C++. the web reque

[twitter-dev] Is tweet retweeted or not.

2010-06-04 Thread omergul123
Hello. In my application I get the user's home timeline. I let the user to natively (by using the retweet feature of Twitter in the API) retweet a tweet. If the user reloads the page I get the updated home timeline from the twitter servers again. However there isn't any tag in the status tag indica

Re: [twitter-dev] Re: Getting errors from Twitter, Open Auth

2010-06-04 Thread Taylor Singletary
Debugging OAuth in Javascript is a very painstaking process. What kind of application are you writing? How is Javascript used to perform the OAuth requests? Is the Javascript running in a protected environment where the consumer secret and access token secrets will not be human readable? Taylor Si

[twitter-dev] Re: Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
I have added the info to a Paste Site to make it look cleaner and help things be easier, the bottom of the page has my results, and token info http://paste2.org/p/864634

[twitter-dev] Re: Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
I can also send data to whoever is helping, example signature_base_string, my result of the base64(hmac-1(message,key)) my url encoded parameters. I am starting on a test account first and dont care about the access token/secret stuff as this account will be removed once i have this figured out and

[twitter-dev] Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
I have a Javascript that builds my twitter request to Twitter. i am using Crypto's Hmac(SHA-1) to encrypt my signaturebase string & key the escape, and replace all function are used to convert to URL encoded (replaceall takes care of the + and / that doesn't get encoded with escape) Is there anyth

[twitter-dev] @anywhere fails if ShareThis on the page?

2010-06-04 Thread LeeS - @semel
I get this Javascript error when trying to use @anywhere on the same page as a ShareThis widget. Error: Permission denied for <[name of my site[> to get property Window.document from . Source File: http://platform.twitter.com/anywhere.js?id=[my api key]&v=1 Line: 1

[twitter-dev] Saerch API and Twitter "Live Search Results" disparity

2010-06-04 Thread Brian Maso
Last night I collected tweets through the search API for the hashtag "#glossgreen", and got a sizeable number of tweets. This morning I did the equivalent thing through the "search" box on my Twitter homepage (the URL that appears in my browser is "http:// twitter.com/#search?q=%23glossgreen"), an

Re: [twitter-dev] Window.open twitter.com doesnt work inIE6

2010-06-04 Thread John Adams
There is a fair amount of framebusting code and anti-XSRF/CSRF code designed to stop Twitter from being opened in a popup window or IFRAME. That might be what's blocking such requests. -j On Fri, Jun 4, 2010 at 12:11 AM, tweetphp wrote: > THis simple javascript code does not work in IE6 :wind

Re: [twitter-dev] Problem with adding favorites (api.twitter.com/1)

2010-06-04 Thread Taylor Singletary
We might have a documentation bug here that we'll get fixed soon. Try: http://api.twitter.com/1/favorites/create/15256536658.xml or .json Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Jun 4, 2010 at 9:01 AM, Sam Street wrote: > Im having difficulties adding

[twitter-dev] Problem with adding favorites (api.twitter.com/1)

2010-06-04 Thread Sam Street
Im having difficulties adding favorites to Twitter. I am using the following URL: http://api.twitter.com/1/favorites/15256536658/create.xml http://api.twitter.com/1/favorites/15256536658/create.json Neither seem to work via my OAuth App. I get the following response: string(70) "{"request":"/1

Re: [twitter-dev] Profile Image

2010-06-04 Thread Lil Peck
On Fri, Jun 4, 2010 at 2:52 AM, Erphan Rajput wrote: > Hi, > > Do I have to make a HTTP Request with OAuth Tokens to get Bigger > Profile Image. > Nope, you don't: On Sun, Apr 18, 2010 at 3:37 PM, Raffi Krikorian wrote: > http://api.twitter.com/1/users/profile_image/raffi?size=bigger > we will

Re: [twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread Yann Malet
I have just uploaded the same image using the web interface : http://twitpic.com/1ttrlu do you have any recommendation ? On how to solve this issue. Regards, --yml On Fri, Jun 4, 2010 at 9:56 AM, Yann Malet wrote: > Steve, > The image is onl

Re: [twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread Yann Malet
Steve, The image is only 33.7kb and it is a jpg. Do you have any python sample code for the ? Regards, --yml On Fri, Jun 4, 2010 at 9:38 AM, Steve C wrote: > Twitpic will only 400 Bad Request you if it can't find the image in > your multipart/form- > data or if the image is invalid (not jpg/png

Re: [twitter-dev] oh no the http://twitter.com/home?status=yourTweet has stopped functioning when not logged in

2010-06-04 Thread Taylor Singletary
We're aware of this bug and will have it fixed soon. You can track the bug here: http://bit.ly/czBS7L Taylor Singletary Developer Advocate, Twitter http://twitter.com/episod On Fri, Jun 4, 2010 at 2:22 AM, tomo661 wrote: > Hey all, > > Just noticed a slight issue, the http://twitter.com/home?

Re: [twitter-dev] Cannot obtain access token for authenticated user when a callback url is sent

2010-06-04 Thread Taylor Singletary
Could you share some of the steps of your request while setting your oauth_callback? * Signature Base String * Your Authorization header * Any POST body you are sending * The exact URL you are executing What happens when you complete the authorization step? What specifically does not happ

[twitter-dev] Cannot obtain access token for authenticated user when a callback url is sent

2010-06-04 Thread avinash
Hi, I'm working on a web app(interacts with twitter) which uses an oauth protocol for user authorisation. I had registered my app at twitter with a specified callback url. But while I make an request I override it by binding oauth_callback parameter in my request header. It works fine till user au

[twitter-dev] oh no the http://twitter.com/home?status=yourTweet has stopped functioning when not logged in

2010-06-04 Thread tomo661
Hey all, Just noticed a slight issue, the http://twitter.com/home?status=yourTweet use to auto fill in the tweet update field if a user was logged in or not. now it works fine if you are logged in, but if your not it calls the login page (as before) but after you have logged in the tweet field is

[twitter-dev] Profile Image

2010-06-04 Thread Erphan Rajput
Hi, Do I have to make a HTTP Request with OAuth Tokens to get Bigger Profile Image. Regards, Erphan Rajput.

[twitter-dev] Window.open twitter.com doesnt work inIE6

2010-06-04 Thread tweetphp
THis simple javascript code does not work in IE6 :window.open('http:// twitter.com', '', 'resizable,scrollbars') Can anybody help?

[twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread Steve C
Twitpic will only 400 Bad Request you if it can't find the image in your multipart/form- data or if the image is invalid (not jpg/png/gif or >5MB in size). Thanks, Steve C Twitpic On Jun 4, 9:20 am, Yann Malet wrote: > If I send this request to 127.0.0.1:9000 without the file here it is the > s

Re: [twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread Yann Malet
If I send this request to 127.0.0.1:9000 without the file here it is the string I can observe : """ (ve)y...@yml-laptop:jess3$ netcat -l -p 9000 POST / HTTP/1.1 Accept-Encoding: identity Content-Length: 377 X-Auth-Service-Provider: https://api.twitter.com/1/account/verify_credentials.json Host: 12

Re: [twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread Yann Malet
Hello Zac, I rewrote everything in my app based on python-oauth2 : http://dpaste.com/203168/ The file is still hardcoded to ease the comprehension. I hope this will help you to spot my issue. The error message I get from twitpic is 400 bad request. Regards, --yml """ class OAuthEchoRequest(oaut

Re: [twitter-dev] Re: Annotations with data types

2010-06-04 Thread Harshad RJ
Hi Andre, I understand your concern. I was trying to propose one possible way of doing things. I welcome other suggestions as well, but each will have its own merits / demerits. We first need to see if the concept of a data-type is really a concern. I think it is a nice-to-have feature, as it wil

Re: [twitter-dev] Re: Annotations with data types

2010-06-04 Thread André Luís
-1 Since the underscore is an acceptable char to variable/attribute names, you would surely end up with unwanted type coercions... if a developer chose "_int" for the last part of the attribute, it would force coercion to integer... which you cannot be sure it's what he/she wanted in the first pla

[twitter-dev] Re: Annotations Hackfest wiki page

2010-06-04 Thread glenn gillen
On Jun 3, 1:39 pm, mcintyre321 wrote: > I would like to second aartiles call for better support. My team had a > screen cast and were ready to do a remote presentation but we couldn't > seem to get the message through (although we tweeted like crazy). Very > very disappointing. I suspect opening

[twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread noki
Ah, I forgot to include my blog URL. http://postcard.blog.ocn.ne.jp/itazura/2010/05/twitpic_api_v2_.html This was written in Japanese but you will find code to upload.

[twitter-dev] Re: OAuth Echo problem in python

2010-06-04 Thread noki
Hi, I also stacked on the TwitPic's OAuth Echo Protocol a week ago. The point was making header just like to request Twitter. 1. make OAuth Header to request Account/Verify_credentials to get JSON not XML as result by GET method. 2. insert this header into X-Verify-Credentials-Authorization head