[twitter-dev] is there a REST API method for getting follower requests?

2009-05-18 Thread Lien Tran
For user accounts that are set up as protected, is there a way to get follower requests (outside of standard email)? This request sort of goes hand in hand with http://code.google.com/p/twitter-api/issues/detail?id=521.

[twitter-dev] Re: is there a REST API method for getting follower requests?

2009-05-18 Thread Lien Tran
, Lien Tran lientra...@gmail.com wrote: For user accounts that are set up as protected, is there a way to get follower requests (outside of standard email)? This request sort of goes hand in hand with http://code.google.com/p/twitter-api/issues/detail?id=521.

[twitter-dev] rate-limit and whitelisting

2009-04-22 Thread Lien Tran
Apologies if this question seems like it's obvious or has already been answered but I read through several posts on this topic as well as the API documentation and I'm still confused. The documentation states: The default rate limit for calls to the REST API is 100 requests per hour. The REST

[twitter-dev] Re: Maximum length of a direct message?

2009-03-26 Thread Lien Tran
The website enforces it, but it's not enforced when using the Twitter REST API. Are there any plans to enforce this? If so, what would be the expected error code returned if a message longer than 140 is sent in the request? On Mar 3, 1:30 pm, TjL luo...@gmail.com wrote: On Tue, Mar 3, 2009 at

Is there a way to get a user's friends?

2008-12-10 Thread Lien Tran
The friends method Returns up to 100 of the authenticating user's friends who have most recently updated, each with current status inline. It's also possible to request another user's recent friends list via the id parameter below. but this method does not provide an easy way to get all my

Re: Problems with updating profile image

2008-12-08 Thread Lien Tran
USERNAME:PASSWORDhttp://twitter.com/account/update_profile_image.xml If you use an HTTP proxy, you can see it generating the appropriate request and response. On Sat, Dec 6, 2008 at 00:09, Lien Tran [EMAIL PROTECTED] wrote: Hello, I've been trying to update myprofileimageusing the account

Problems with updating profile image

2008-12-06 Thread Lien Tran
Hello, I've been trying to update my profile image using the account method update_profile_image. However, the server keeps returning the error There was a problem with your picture. Probably too big. The photo I am trying to upload is a jpg less than 700 kilobytes in size. Below is the

Re: New API methods for updating profile design and images

2008-12-02 Thread Lien Tran
Hi, Does anyone have a sample of what the HTTP Request POST body should look like? Thanks, Lien On Oct 23, 7:54 am, Alex Payne [EMAIL PROTECTED] wrote: Not any time soon, but we'll keep it in mind. On Wed, Oct 22, 2008 at 10:34 PM, Richie [EMAIL PROTECTED] wrote: Cool. Are there any

Re: Return user information in verify_credentials instead of just string representing authorized?

2008-12-02 Thread Lien Tran
Thanks, I filed Issue 173: http://code.google.com/p/twitter-api/issues/detail?id=173 On Oct 30, 1:46 pm, Alex Payne [EMAIL PROTECTED] wrote: Sure, that's a thing we could do.  Please request it:http://code.google.com/p/twitter-api/issues/entry On Thu, Oct 30, 2008 at 11:56 AM,LienTran

Return user information in verify_credentials instead of just string representing authorized?

2008-10-30 Thread Lien Tran
Return user information in verify_credentials instead of just string representing authorized? Useful if we could get the user id at this time instead of having to make a separate call to get the data.

Return user information in verify_credentials instead of just string representing authorized?

2008-10-30 Thread Lien Tran
Return user information in verify_credentials instead of just string representing authorized? Useful if we could get the user id at this time instead of having to make a separate call to get the data.