[twitter-dev] Re: Basic Twitter / OAuth questions (.NET)

2009-05-03 Thread Richard Lockwood
Many thanks for that - I've now got it working as intended. (I was, in fact, completely misunderstanding which tokens were which!) Much appreciated. :-) All the best, Rich. On Fri, May 1, 2009 at 3:45 PM, jmathai jmat...@gmail.com wrote: To get the access token you need to call

[twitter-dev] Public timeline issues today with photo URLs and user elements

2009-05-03 Thread Dimebrain
Hello, Two things of note on the public timeline as of 12PM EST: a) All profile photo URLs are returning as the default stock profile photo, even if the user normally has one defined b) The user element returned in the public timeline is the classic short representation, not the fully detailed

[twitter-dev] app registration problems

2009-05-03 Thread MPS
When trying to register an app with Twitter just now, I got the tremendously helpful something went wrong error page. I went back and tried to re-submit, and got the app name is already registered message. I couldn't figure out how to list my registered apps, so I registered the app under a

[twitter-dev] Re: app registration problems

2009-05-03 Thread Abraham Williams
On the edit application form there is a delete button. On Sun, May 3, 2009 at 13:02, MPS mpelzsher...@gmail.com wrote: When trying to register an app with Twitter just now, I got the tremendously helpful something went wrong error page. I went back and tried to re-submit, and got the app

[twitter-dev] Re: Oauth application directory

2009-05-03 Thread Mobasoft
You can my new site to the list. http://mobatalk.com Mobatalk is a Conversation Studio, think of it as the multimedia add- on for Twitter. There are more features in the works, but you can go check it out already. Michael On Apr 11, 4:28 pm, Petermdenton petermden...@gmail.com wrote:

[twitter-dev] Re: The Twitter Conference

2009-05-03 Thread Abraham Williams
Kim was nice enough to help me out with that :) On Sun, May 3, 2009 at 02:52, sbroback sbrob...@gmail.com wrote: If you only want to attend on the 26th, we have reduced pricing for that. Email me -- steve AT parnassusgroup DOT com. On May 2, 4:38 am, Abraham Williams 4bra...@gmail.com

[twitter-dev] Saved Searches API call?

2009-05-03 Thread Derek Gathright
@Al3x had a tweet a few days ago saying that pulling a user's saved searches would be available via the API. I've looked around for the API documentation on these calls, but couldn't find anything about it. So, is this currently supported within the API? If so, what is the call? If not, any

[twitter-dev] Re: OAuth URL to Sign User Out

2009-05-03 Thread Abraham Williams
Yes you could. I personally am against logging users out of sites that you don't control. FBConnect for example I don't like because I log out of some random other site and *bam* I'm logged out of Facebook. WTF. force_login=true seems the best of both worlds. The user gets prompted to log into a

[twitter-dev] How to get full friends list with minimum requests

2009-05-03 Thread irfanhab
Hi, If I correctly understand, the get followers API retrieves only 100 recent friends, to get more, you have to repeatedly send a request with page numbers. This means that if I have 10,000 friends, I would use up my 100 API requests limit, in just retrieving the friends list. Is there a

[twitter-dev] List of API methods

2009-05-03 Thread Mike Lewis
Is there a way to generate a list of API methods in JSON, or CSV with the parameters, or a place where one could download one. I'm interested in this for generating a library. Thanks, Mike

[twitter-dev] Re: How to get full friends list with minimum requests

2009-05-03 Thread Abraham Williams
Check out the social graph methods: http://apiwiki.twitter.com/Twitter-API-Documentation On Sun, May 3, 2009 at 12:23, irfanhab irfan.ha...@gmail.com wrote: Hi, If I correctly understand, the get followers API retrieves only 100 recent friends, to get more, you have to repeatedly send a