[twitter-dev] Re: Mobile oAuth

2009-09-04 Thread twittme_mobi
I am also interested in mobile oath solution. twitter guys should think of something before deprecating basic auth On Aug 20, 8:01 am, Cameron Kaiser spec...@floodgap.com wrote: I have a mobile based twitter client in the field and have implemented oAuth for this client. Some of the devices

[twitter-dev] Re: OAuth + Mobile nightmare

2009-09-04 Thread twittme_mobi
in addition to storing the access token somewhere , wouldn't it be better if twitter deliver mobile friendly version of the oauth pages? On Aug 19, 12:14 am, JDG ghil...@gmail.com wrote: That's what you should be doing. There's no reason to get a new Access Token every time. Per the OAuth

[twitter-dev] Whitelist domain name instead of IP

2009-09-04 Thread twittme_mobi
My IP is already whitelisted but is it possible to whitelist the domain, because my app will be in trouble if they change my IP from the hosting center?

[twitter-dev] Re: Mobile oAuth

2009-09-05 Thread twittme_mobi
-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of twittme_mobi Sent: Friday, September 04, 2009 08:39 To: Twitter Development Talk Subject: [twitter-dev] Re: Mobile oAuth I am also interested in mobile oath solution. twitter guys should think

[twitter-dev] Error invalid body when invoking get rate limit

2009-09-05 Thread twittme_mobi
Hi All, I get the following error message for some invocations of: account/rate_limit_status.xml I found this in the logs of my application.It happens about 20 times a day but it is still annoying.Most of the time it works fine, so i guess it is due to high load or something any idea?

[twitter-dev] email used as login causing problems

2009-09-05 Thread twittme_mobi
Hello, sometimes users login with their e-mail, while my app is expecting username. the user can login with no problems but later on, the app is using the e-mail instead of login/screen name. s there any way to get user id/screen_name from e-mail. how can one overcome this problem? Thanks!

[twitter-dev] Re: 200 errors

2009-09-06 Thread twittme_mobi
Hi Ryan, I am getting the same error - i can found it in the logs of my app every day - at least 20 times. 1. The IP of the machine making requests to the Twitter API. If you're behind NAT, please be sure to send us your *external* IP. --- Name:twittme.mobi Address: 67.222.129.154 2. The

[twitter-dev] Re: email used as login causing problems

2009-09-06 Thread twittme_mobi
...@gmail.com wrote: You should be able to use:http://apiwiki.twitter.com/Twitter-REST-API-Method:-account verify_credentialshttp://apiwiki.twitter.com/Twitter-REST-API-Method:-account%C2%A0veri... to get the user_id/screen_name. Abraham On Sat, Sep 5, 2009 at 05:20, twittme_mobi nlupa

[twitter-dev] Re: 200 errors

2009-09-09 Thread twittme_mobi
the time stamp will be around 2 minutes ago On Sep 6, 4:05 pm, twittme_mobi nlupa...@googlemail.com wrote: Hi Ryan, I am getting the same error - i can found it in the logs of my app every day - at least 20 times. 1. The IP of the machine making requests to the Twitter API

[twitter-dev] Re: email used as login causing problems

2009-09-09 Thread twittme_mobi
Hi All, any update on that? How are you handling e-mail logins? Regards. On Sep 6, 5:06 pm, twittme_mobi nlupa...@googlemail.com wrote: Hello Abraham, currently this method is returning empty response e.g. . If it returns empty response - my application knows that this is sicessfulllogin

[twitter-dev] Re: Source parameter only available through oauth - misses a use case

2009-09-15 Thread twittme_mobi
Ok, but againplease make OAuth pages at twitter mobile friendly so that the mobile web sites can use it! On Sep 15, 11:28 am, Duane Roelands duane.roela...@gmail.com wrote: It's an incentive to move to OAuth. Twitter has made their intentions clear about Basic Auth: They want it to go

[twitter-dev] whitelisting of IP for application - does it applies for all users

2009-09-18 Thread twittme_mobi
Hi, I have my ip whitelisted so it should get 2 request per hour. The point is that when i login in with my username to my twitter application hosted on the specified IP - i get all the 2 requests per hourbut if i login with a different user name - i get only 150. My question is -

[twitter-dev] Re: Alert: Twitpocalypse II coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-22 Thread twittme_mobi
Hopefully with php and no database i should not worry about this... On Sep 21, 2:45 pm, Martin Dufort martin.duf...@gmail.com wrote: Ryan: Is this still scheduled for today or tomorrow ? Thanks Martin Dufortwww.wherecloud.com On Sep 11, 3:00 pm, Ryan Sarver rsar...@twitter.com wrote:

[twitter-dev] Re: whitelisting of IP for application - does it applies for all users

2009-09-23 Thread twittme_mobi
sort of NAT configuration). If you run curlhttp://jazzychad.net/iponly.php from your server do you get back the same IP? -Chad On Fri, Sep 18, 2009 at 8:03 AM, twittme_mobi nlupa...@googlemail.com wrote: Hi, I have my ip whitelisted so it should get 2 request per hour. The point

[twitter-dev] Re: Protect My Tweets feature and effect on replies to tweets

2009-09-30 Thread twittme_mobi
I am having such problems - in my twitter app,I am sending the search results to the screen, then someone is trying to re-tweet a status so status_id is passed to my re-tweet script so that text could be extracted and re-tweeted.Then i have the following error: Sorry, you are not authorized to

[twitter-dev] Re: Private user's 'following' information: why am I denied access via API but can get through Twitter.com?

2009-09-30 Thread twittme_mobi
So...if user is protected and i am not following him, nor he is following mecan i still use friendship/show? Basically i am trying to check in my application whether user is followed or not by the logged-in user How could i do that if friendship/exists is throwing an error in case of

[twitter-dev] cannot delete own status

2009-09-30 Thread twittme_mobi
Hi all, my twitter app has the functionality to delete own statuses , using statuses/destroy... only that i can find in the logs a lot of errors stating: No status found with that ID. Here are some status IDs: 4470190247, 4470445033,4470418659 any help is appreciated...thanks.

[twitter-dev] Re: Private user's 'following' information: why am I denied access via API but can get through Twitter.com?

2009-10-01 Thread twittme_mobi
So..should we open a new defect for friendships/exists - since it thows an error if user is privated and i still need just to check if one user is following another... On Oct 1, 2:18 am, Dusty dustyrea...@gmail.com wrote: I've noticed this issue with the social graph methods as well. I can

[twitter-dev] Re: How to check if user is followed?

2009-10-04 Thread twittme_mobi
methods which deliver ID's. Unfortunately the same API call for screennames is missed - so you never can make comparings with search API results because there is no userID in. friends/ids followers/ids cheers, Thomas twittme_mobi schrieb: Hi guys, i tried friendship/exists

[twitter-dev] Re: How to check if user is followed?

2009-10-05 Thread twittme_mobi
the menues depending on containing this ID or not. This is much faster then request the API each time. Only situation which is not working for are search calls because the delivered result (ATOM) does not contain any userID which is a fail twittme_mobi schrieb: Hi Tomas, thanks

[twitter-dev] Re: How to check if user is followed?

2009-10-05 Thread twittme_mobi
Hi Tomas, another question to collaborate, do you think that is faster to find the ID in array by iterating it rather that searching for a string in the XML with some well known search function On Oct 5, 10:54 am, twittme_mobi nlupa...@googlemail.com wrote: Hi Tomas, Thanks

[twitter-dev] Re: How to check if user is followed?

2009-10-06 Thread twittme_mobi
, 11:47 am, twittme_mobi nlupa...@googlemail.com wrote: Hi Tomas, Thanks for the colaboration! I do not handle all the users at the same time, i just ment that storing session data for all currently logged-in users could take some memory resources but in general i agree with you...some

[twitter-dev] Re: How to check if user is followed?

2009-10-08 Thread twittme_mobi
manually from ID List/Array? We talk about runtime? This saves a lot of expensive Api calls (to load the id's on start and manage them within your code then) On 6 Okt., 23:35, twittme_mobi nlupa...@googlemail.com wrote: Hi Tomas, I just checked the social graph functions.The point

[twitter-dev] Re: OAuth + Mobile nightmare

2009-10-09 Thread twittme_mobi
Hi all, any update on this?it is still not clear when mobile applications could migrate ot OAuth and how long we could use basic auth? Thanks! On Sep 4, 3:36 pm, twittme_mobi nlupa...@googlemail.com wrote: in addition to storing the access token somewhere , wouldn't it be better if twitter

[twitter-dev] Re: Mobile oAuth

2009-10-09 Thread twittme_mobi
it's a good thing, please indicate your support both here and in the issues forum. If you don't like it and / or don't think it's so hot, I'd like to hear that too. Thank you in advance. Jim Renkel On Sep 5, 4:42 am, twittme_mobi nlupa...@googlemail.com wrote: Jim, Thanks for the broad

[twitter-dev] Mentions included in replies?

2009-10-11 Thread twittme_mobi
Hi All, why do we need mentions included in the result of statuses/ replies.xml since we have a separate method for mentions.Now the result is that they appear as replies without populating the in_reply_to_status_id. Thanks.

[twitter-dev] rate limit error on status/show only

2009-10-14 Thread twittme_mobi
Hi All, I am hitting the following url: /statuses/show/4843243649.xml And i get: Rate limit exceeded. Clients may not make more than 150 requests per hour. Note that before and after that i can hit any other url without problems with the same user - so i am logged in my application and

[twitter-dev] Re: Twitter icons

2009-10-15 Thread twittme_mobi
Hi, Is it ok to use the logo in our apps, someone would say that we are misleading users that we are actually twitter branches or so... On Oct 14, 10:12 pm, Abraham Williams 4bra...@gmail.com wrote: Here is Twitters logo:https://twitter.com/about#download_logo

[twitter-dev] Re: White listing rejected - no reason

2009-11-03 Thread twittme_mobi
Hi Chad, I already submitted whitelisting request since my hosting company changed my outgoing IP address without notifying me which is very annoying since i can already see some errors comming from most active users. My new IP is 99.198.100.139 . Could you please take a look or should I send a

[twitter-dev] retweets vs mentions

2009-11-17 Thread twittme_mobi
Hi all, I wondered if we already could start using the retweet API methods - for example statuses/retweet. Currently statuses/mentions also returns retweets , so what is the difference between thos and how should they be organized in an application implementing this functionality/ Thanks.

[twitter-dev] Re: retweets vs mentions

2009-11-18 Thread twittme_mobi
). On Tue, Nov 17, 2009 at 7:08 AM, Rich rhyl...@gmail.com wrote: Mentions are anyone who replies or mentions or retweets you, retweets are exactly that, just retweets? On Nov 17, 10:15 am, twittme_mobi nlupa...@googlemail.com wrote: Hi all, I wondered if we already could start using

[twitter-dev] block exists problem

2009-12-24 Thread twittme_mobi
Hello, I am trying to execute the following API url: http://twitter.com/blocks/blocking/ids.json every time I hit this, I get : Not Found. I also tried with the xml format, I used users who should have blocked ids. Any idea is appreciated. Thanks.

[twitter-dev] Re: block exists problem

2009-12-28 Thread twittme_mobi
/ids.xml and they worked fine. Abraham On Thu, Dec 24, 2009 at 14:59, twittme_mobi nlupa...@googlemail.com wrote: Hello, I am trying to execute the following API url: http://twitter.com/blocks/blocking/ids.json every time I hit this, I get : Not Found. I also tried with the xml

[twitter-dev] Basic Auth Deprecation in June

2010-01-13 Thread twittme_mobi
Hello , Regarding Basic Auth Deprecation is June - would it be possible using OAuth to automate some users posts - for example - there are some applications that can automate a post in the future. Could that still work in future? Thanks.

[twitter-dev] Re: Basic Auth Deprecation in June

2010-01-14 Thread twittme_mobi
Hello, Thanks for your reply! Couldn't I just save the access token in a database and use it later? Thanks. On Jan 14, 1:31 am, Cameron Kaiser spec...@floodgap.com wrote: Regarding Basic Auth Deprecation is June - would it be possible using OAuth to automate some users posts - for example

[twitter-dev] cannot edit registered application

2010-01-19 Thread twittme_mobi
Hello, every time i try to edit my application settings , i would get Unable to register this application. Check your registration settings. Isn't it supposed to point me to the exact value that might be wrong.If i new what is it i wouldn't put wrong value in the first place. Is this page

[twitter-dev] Re: cannot edit registered application

2010-01-20 Thread twittme_mobi
, Abraham Williams 4bra...@gmail.com wrote: I've been getting some fail whales while viewing my application pages but not when editing them. Tryhttp://twitter.com/oauth_clients/edit/27instead ofhttp://twitter.com/oauth_clients/details/27 Abraham On Tue, Jan 19, 2010 at 09:32, twittme_mobi

[twitter-dev] Re: cannot edit registered application

2010-01-21 Thread twittme_mobi
: This may be an issue with your account. Please write to a...@twitter.com from the email address associated with your Twitter account and we can look into it. Thanks, Brian On Jan 20, 10:25 am, twittme_mobi nlupa...@googlemail.com wrote: Hello Abraham, Thanks for your reply.I tried

[twitter-dev] OAuth create favorite fails

2010-02-25 Thread twittme_mobi
Hello, I am moving my twitter app to OAUTH. I am fine with most of the URLs/use case but I have problem with favorites/create and favorites/destroy/ For example, If I login with OAuth , i could view the friends timelen, check for existing block and follows between users but when I try to create

[twitter-dev] Mobile OAuth Summary

2010-04-29 Thread twittme_mobi
Hello, I migrated my mobile web site to OAuth. Now, I have a lot of users complaining that the OAuth page of twitter is not mobile friendly.Some of them are getting just a blank screen or just cannot open it. My honest question is - this is being discussed many times but where are we with this?

[twitter-dev] Re: Mobile OAuth Summary

2010-04-30 Thread twittme_mobi
, twittme_mobi nlupa...@googlemail.comwrote: Hello, I migrated my mobile web site to OAuth. Now, I have a lot of users complaining that the OAuth page of twitter is not mobile friendly.Some of them are getting just a blank screen or just cannot open it. My honest question

[twitter-dev] Re: Mobile OAuth Summary

2010-05-04 Thread twittme_mobi
browsers, what phones, etc. your users are coming from On Thu, Apr 29, 2010 at 1:49 AM, twittme_mobi nlupa...@googlemail.comwrote: Hello, I migrated my mobile web site to OAuth. Now, I have a lot of users complaining that the OAuth page of twitter is not mobile friendly.Some of them

[twitter-dev] Re: Mobile OAuth Summary

2010-05-10 Thread twittme_mobi
Hi All, I still think that it is reasonable to think about this. Is there anyone from twitter doing something about it? Thanks. On May 4, 9:25 am, twittme_mobi nlupa...@googlemail.com wrote: Hello Raffi, Could you please, get back to us on this? Do you have any plans on resolving that issue

[twitter-dev] friendship/incoming , then what?

2010-06-10 Thread twittme_mobi
Hello, it seems like i can get a list of everyone that want's to follow me using friendship/incoming Then how can I actually allow them to follow me...e.g. to accept that request? thanks.

[twitter-dev] Re: friendship/incoming , then what?

2010-06-10 Thread twittme_mobi
to the API guys, send them to Twitter.com.  For some reason they don't want us to have an API that allows us to accept or reject friend requests On Jun 10, 10:02 am, twittme_mobi nlupa...@googlemail.com wrote: Hello, it seems like i can get a list of everyone that want's to follow me using

[twitter-dev] Re: Access level changed to Read, Write AND Direct Message but still can't access DMs!

2011-07-12 Thread twittme_mobi
The same problem here - i am not sure if the api guys are aware of the consequences every change they make... On Jul 12, 1:33 am, Mr Blog mrblogdot...@gmail.com wrote: I have the same problem. On the App settings it is set to: Read, Write and Accessdirectmessages But when users