[twitter-dev] Re: Not able to connect to twitter API from Google Appengine

2010-07-26 Thread Marco Gomes
My apps are working again. Everything is fine. Great work guys! Thank you :) Marco Gomes from Brazil founder http://boo-box.com On Jul 23, 7:12 pm, John Adams j...@twitter.com wrote: About thirty minutes ago we lifted all of the blocks on Google App engine IPs; You should no longer have

[twitter-dev] Re: Not able to connect to twitter API from Google Appengine

2010-07-26 Thread Aurélio Carlos
My application www.ctwittlike.net (http://ctwittlike.appspot.com) continues without access to Twitter's API. Thank you. Aurélio Carlos lelinhopr...@gmail.com On Jul 23, 4:26 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Everyone, Here are the details on the issues with

[twitter-dev] update profile image once again returning 200 OK but image not changing

2010-07-26 Thread Yardboy
I'm getting valid responses back from update_profile_image, but the changes are not taking place. I'm getting back a 200 OK but the xml response still lists the current image, not the new one that I attempted to upload. I tried a manual update using the curl script on the API wiki for this action

[twitter-dev] Re: Updating profile image results in 200OK but does not update image

2010-07-26 Thread Yardboy
We're seeing the problem as well. The response XML looks good, but lists the current profile image rather than the new one that was uploaded, and no change happens on the account. tks. Cayce Balara twimsy.com On Jul 25, 7:26 am, Bob movingforwa...@gmail.com wrote: We are seeing this issue

[twitter-dev] How can I display all the users connected to my site?

2010-07-26 Thread Daniel
Kind of like a who's online kinda thing. Is this possible?

[twitter-dev] Getting redundant places removed

2010-07-26 Thread Rajesh Dhawan
Hi, What's the best way to have a badly coded Twitter place removed? Do I open a support ticket for this or send an email somewhere? A library in my village got placed in the wrong city. I've created the right place for the library but don't know how to get the incorrect one removed. Thanks,

[twitter-dev] Re: OAuth page showing opening and ending tag mismatch

2010-07-26 Thread Jonathan del Strother
Any further progress on this? Is there anything I can get my users to try, to try diagnose the problem some more? -Jonathan On Jul 22, 3:10 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Jonathan, One conjecture I can think of based on the screenshot is that this may be due

[twitter-dev] Return the number of @mentions from each of my followers?

2010-07-26 Thread Erik Lydecker
Hey, I'm trying to get the total number of times any given follower of mine have mentioned my name. What's the best way to do this? Thanks!

[twitter-dev] Oauth Echo Twitpic problems

2010-07-26 Thread globaljobber
Hi, I am having trouble getting Twitpic to authorize an image upload request. I have checked my Oauth 'X-Verify-Credentials-Authorization' authorization header with a call to 'https://api.twitter.com/' and I get a 200 OK status. So it appears my authentication requests are ok. However if I take

[twitter-dev] Cursor lifetime

2010-07-26 Thread soung3
I'm interested in learning about how long cursor IDs are valid for in the friends/ids and followers/ids methods. For example, if I page through 10 result sets of friends and store the next cursor value, can I use that cursor ID value 10 minutes later and be guaranteed the same set of results I

Re: [twitter-dev] Oauth Echo Twitpic problems

2010-07-26 Thread Taylor Singletary
Hi Gerard, Though I know it doesn't sound like it should matter, can you try your request against Twitpic after inserting spaces after each comma in your Authorization Header? Also want to make sure that you aren't executing your verify_credentials request in the preparation sequence (calling the

Re: [twitter-dev] Cursor lifetime

2010-07-26 Thread John Kalucki
Given a quiescent set, the cursor will produce identical results indefinitely. The cursor isn't ephemeral, it is a durable direct index into the set. As changes are made to the social graph, the result set will reflect the change, especially on the end as older entries are exposed to keep the set

[twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread globaljobber
Hi Taylor, Thanks for your reply. I just tried that and still the same 401 error. The new header was like this with spaces after each comma: OAuth realm=http://api.twitter.com;, oauth_consumer_key=9cjtaDfffOYCRJqyp7XKzA, oauth_nonce=59E4358, oauth_signature_method=HMAC-SHA1,

[twitter-dev] Re: xAuth

2010-07-26 Thread David Tavárez
I got the same problem. On Jul 23, 4:19 pm, DrewC drew.cogb...@smallplanet.com wrote: I'm getting a 401 when I try to usexAuthin my iPhone app. Is this occurring for others?

[twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread globaljobber
Just to check my process is correct: 1) Web page goes to twitter to get a request Token 2) Token request granted, and a URL for user is generated with this Token 3) User authenticates app via Twitter pop-up 3) Twitter reponse redirects to new page which has Access Token and access token secret

Re: [twitter-dev] Re: xAuth

2010-07-26 Thread Taylor Singletary
Hi folks, Sorry to hear you're having trouble getting xAuth to work. First question: Have you applied for and been approved for xAuth privileges? Second question: If so, was this previously functioning for you and only now not working? Third question: Can you share, without compromising your

Re: [twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread Taylor Singletary
Hi Gerard, Steps 1-3 of this process are correct from the perspective of initially negotiating permissions for your user. Once you've performed steps 1-3 you shouldn't need to do these steps for this user again unless re-negotiating for the tokens. Your step 4: I'll improve the documentation we

[twitter-dev] How to login and get friends of user? in c#

2010-07-26 Thread JTOne
How to easy way for login and get friends of user? in c#

[twitter-dev] Twitter feed showing incorrect dates

2010-07-26 Thread Ben Juneau
The dates are incorrect on my website... http://www.bjuneau.com I'm not sure what I'm doing wrong here? Any help is much appreciated.

[twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread globaljobber
Hi Taylor, Thanks again. Tried generating a header using Post instead of GET and didn't work. I note in the sample PHP code, line 25, that a GET is used. I have read in numerous posts that a GET was used with the 'dummy' request to generate the Header. I'm not a php programmer, I do C# ASP.Net

Re: [twitter-dev] Twitter feed showing incorrect dates

2010-07-26 Thread Pascal Jürgens
Ben, did you account for UTC time? http://apiwiki.twitter.com/Return-Values Pascal On 26.Jul2010, at 18:21, Ben Juneau wrote: The dates are incorrect on my website... http://www.bjuneau.com I'm not sure what I'm doing wrong here? Any help is much appreciated.

[twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread globaljobber
Hi Taylor, I decided to post my code in brief. I can't expect you or anyone else to go through the real stuff line by line, so I've tried to simplify it so that a relatively quick look should perhaps show if there's somewhere I'm going wrong. The code shows the tasks done rather than detail

Re: [twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread Taylor Singletary
Gerard, Thanks for the code sample. Nothing is jumping out at me here.. can you share an example signature base string? (likely generated somewhere in the AddSignatureToParameters method in an intermediary step). Taylor On Mon, Jul 26, 2010 at 10:12 AM, globaljobber

[twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread globaljobber
Hi Taylor, Here's one I just generated: OAuth realm=http://api.twitter.com;, oauth_consumer_key=9vjtaDCxlOYCRJqyp7XKzA, oauth_nonce=523A02EE, oauth_signature_method=HMAC-SHA1, oauth_timestamp=1280166265, oauth_token=15389554-7q4tTgSwJ9oB6iWZh7DvRjkn60eKTc1T4VRkNl4, oauth_version=1.0,

Re: [twitter-dev] Re: OAuth page showing opening and ending tag mismatch

2010-07-26 Thread Matt Harris
Hi Jonathan, Our mobile team is aware of this issue and is looking into it. From my tests it looks like it only happens for users whose language is not English. Do you know if these users are viewing the site in anything other than English? Thanks Matt On Mon, Jul 26, 2010 at 12:06 AM, Jonathan

Re: [twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread Taylor Singletary
Hi Gerard, That's the actual authorization header -- I'm looking for the signature base string, which is the string that's signed with both your consumer key and consumer secret to generate your oauth_signature -- might take you a bit of debugging to get at that information. Taylor On Mon, Jul

Re: [twitter-dev] Getting redundant places removed

2010-07-26 Thread Taylor Singletary
Hi Rajesh, We don't have a formal process yet for removing erroneous places from our database. Your best bet at the moment is to file a Support ticket, offering as much information as you can about the incorrect place (if you know the place_id, specific string for the name, lat/long, etc.)

[twitter-dev] Re: Oauth Echo Twitpic problems

2010-07-26 Thread globaljobber
Hi Taylor, OK, I dug out this string just before it gets HMASHA'd up: GEThttps%3A%2F%2Fapi.twitter.com%2F1%2Faccount %2Fverify_credentials.jsonoauth_consumer_key%3D9cjtaDCxlOYCRJqyp7XKzA %26oauth_nonce%3DC061CD%26oauth_signature_method%3DHMAC- SHA1%26oauth_timestamp%3D1280168455%26oauth_token

Re: [twitter-dev] Getting redundant places removed

2010-07-26 Thread M. Edward (Ed) Borasky
Yeah, I have a correction to the database too - Twicket filed. ;-) And a word of warning - if you're at place A, don't enter place B in Twitter's database. If you do, place B's address in the Twitter database will get tagged with place A's latitude and longitude. But place B does have

[twitter-dev] @anywhere streches site

2010-07-26 Thread Bram Hammer
hey all, just fooling around with the @anwhere thing :) But when i use any script on my site (doesn't matter what). It stretches like hell. Here an example: http://i32.tinypic.com/71mrft.jpg the script from twitter that i use is(MY-KEY is offcourse my api key): script

[twitter-dev] Re: OAuth page showing opening and ending tag mismatch

2010-07-26 Thread Jonathan del Strother
Hi - thanks for the response. Both the users who have come to us with this problem are non-english speakers - one was definitely viewing it in French, the other claimed to be using English but I kinda suspect a communication problem there... I've not been able to reproduce it, even when setting

[twitter-dev] Re: Coming soon: a solution for Open Source applications using OAuth with the Twitter API

2010-07-26 Thread Ryan Westphal
I think this solution works for my open-source C++ app. Here is my initial thought/plan for it, let me know if I'm way off base. 1. My app complies down to native code, which is hackable but obfuscated enough assuming I don't add my consumer secret as a string resource into the binary :/ 2.

Re: [twitter-dev] YFrog/ImageShack and invalid username or verification url error

2010-07-26 Thread Isaiah Carew
Did you ever get to the bottom of this? I've been getting this same response from yFrog -- but all of the other oAuth Echo supporting services seem to be working just fine. isaiah http://twitter.com/isaiah On Jul 20, 2010, at 4:21 PM, DWF wrote: Anyone else seeing this? We're

Re: [twitter-dev] Re: Hashtag Entity locations seems to be off in certain cases

2010-07-26 Thread Matt Harris
Thanks for letting us know about this George. We're taking a look at what happened with those indices Matt On Sun, Jul 25, 2010 at 7:27 PM, Malayil George georg...@gmail.com wrote: The location of the url seems to be overlapping with that of the second hashtag as well :( Does the twitter

Re: [twitter-dev] YFrog/ImageShack and invalid username or verification url error

2010-07-26 Thread Isaiah Carew
Oh, never mind. I've answered my own question. It looks like yFrog only supports XML for the https://api.twitter.com/1/account/verify_credentials.xml In other words, they don't accept https://api.twitter.com/1/account/verify_credentials.json At least that's my understanding from their docs.

[twitter-dev] How to check specific user is in my list?

2010-07-26 Thread Nara
Now I'm using GET list members id method to check user is a member of the specified list. But if user has a lot of list, this method takes a long time to check. (because it requires one request to check one list) anyone have any better ideas about this problem?

[twitter-dev] Re: OAuth page showing opening and ending tag mismatch

2010-07-26 Thread Bess
I don't see that error on mobile Twitter page but I am testing it in US. Do you think it is related to callingURL IP Address? Would Twitter process it differently for non-US IP Address on callingURL? On Jul 26, 2:10 pm, Jonathan del Strother jdelstrot...@gmail.com wrote: Hi - thanks for the

[twitter-dev] Re: TwitPic 401 Unauthorized image upload

2010-07-26 Thread Justin Hart
I think I see what you're doing wrong - when you're adding the X-Auth- Service-Provider and X-Verify-Credentials-Authorization to the request, those are meant to be HTTP headers, not in the multipart POST body. Twitgoo supports putting those in the post body by setting everything to lowercase and

[twitter-dev] Re: TwitPic 401 Unauthorized image upload

2010-07-26 Thread Justin Hart
Oop, it looks like you've moved on (in a different thread). I'm actually working on some OAuth stuff in C# right now so I'll let you know if I come across something. On Jul 26, 10:49 pm, Justin Hart onyxra...@gmail.com wrote: I think I see what you're doing wrong - when you're adding the

[twitter-dev] Re: TwitPic 401 Unauthorized image upload

2010-07-26 Thread globaljobber
Thanks for replying Justin, much appreciated. Slwly getting there - I hope! Gerard On Jul 27, 5:55 am, Justin Hart onyxra...@gmail.com wrote: Oop, it looks like you've moved on (in a different thread).  I'm actually working on some OAuth stuff in C# right now so I'll let you know if I