[twitter-dev] There's a bug with dev.twitter.com

2011-02-24 Thread Jason N.
Hi... I'm slowly making my way through the OAuth landscape of twitter and I ran into a very odd inconsistency. I registered my application and kept getting 401 HTTP errors (Unauthorized) using the Ruby OAuth library. If I access my application details via:

[twitter-dev] friends list in Site Stream

2010-10-19 Thread N
Hi there, I've been playing with Site Stream for a bit, and I have a request. When a client connects to the server, it returns a series of the friend list for each users. Can you make this optional? Receiving a lot of friends data for thousands of users is a quite bit of trafic and wasteful

[twitter-dev] Need tips: write php script (run by cron jobs) to post to twitter from another website

2010-09-29 Thread N N
I download the oauth API package (http://github.com/abraham/ twitteroauth), modify the config code, but didn't get anything post to my twitter. Need some tips, thanks. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Rendering any given twitter page from a third party URL

2009-03-26 Thread Adam N
Hello, I'd like to do the relatively simple task of embedding any given person's twitter page on my page, with extra content (person's name, links to other sites, etc...) on the top of the page. The typical way to do this, which works with every other site, is just to use an iframe. However,

[twitter-dev] Re: Rendering any given twitter page from a third party URL

2009-03-26 Thread Adam N
The problem is that we're already getting tens of thousands of requests a day through this thing and if we use the API, that increases our compute/bandwidth/development overhead tremendously. In addition, and just as importantly, is there a demo template to take the API data and template it so

Changing profile image via PHP/Curl

2009-01-06 Thread James N. Weber
I'm trying to develop a web site form that allows you to choose a profile picture, enter your usernamepassword, and then it will change your profile pic to the selected one. I haven't implemented the choosing of the picture yet, as I'm still trying to get one picture to go through. I keep getting

Re: Changing profile image via PHP/Curl

2009-01-06 Thread James N. Weber
, Stuart stut...@gmail.com wrote: 2009/1/6 James N. Weber jame...@gmail.com: Thanks for the help, Chad. I think I need the PHP equivalent of -F in curl- I'm not sure how to set that. I tried changing it to CURLOPT_POSTFIELDS, and Twitter gave me a Something is technically wrong. page

Re: Changing profile image via PHP/Curl

2009-01-06 Thread James N. Weber
using canned local images from your server. http://pastebin.com/f6eb4650c Hope this helps, -Chad On Tue, Jan 6, 2009 at 3:15 PM, Stuart stut...@gmail.com wrote: 2009/1/6 James N. Weber jame...@gmail.com: Thanks for the help, Chad. I think I need the PHP equivalent of -F in curl- I'm