Re: [twitter-dev] Re: abraham / twitteroauth

2011-02-07 Thread Archia
Why are you sending users to clearsessions.php if you don't wan't the session data cleared? clearsessions.php is essentially a reset to simulate logging out of an application. The library sends users to clearsessions.php out of the box, I was asking if not clearing the session data would

Re: [twitter-dev] twitteroauth and multiple domains

2011-02-07 Thread Archia
OK, I'll do so, but something I've done may be causing the following to be displayed after authorizing access: The page isn't redirecting properly Firefox has detected that the server is redirecting the request for this address in a way that will never complete. * This problem can

Re: [twitter-dev] twitteroauth and multiple domains

2011-02-07 Thread Archia
I think I found the trouble. I had switched the order of the lines below, putting config.php first: require_once('/home/soundser/public_html/includes/twitteroauth/twitteroauth.php'); require_once('/home/soundser/public_html/includes/config.php'); Putting it back fixed the redirect. -- Twitter

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-07 Thread Brainewave Consulting
I vote for Chirp: NYC! Mike Caprio Principal and Lead Consultant Brainewave Consulting 402 Graham Avenue PMB 211 Brooklyn, NY 11211 p: +1-347-269-0558 @brainewave On Feb 6, 2011, at 11:20 PM, zbowl...@gmail.com wrote: Yah, more of these would be fun. On Feb 6, 12:28 pm, Abraham

[twitter-dev] Twitter Whitelist

2011-02-07 Thread Shea Barton
I am developing an application that needs more than the default 150 search queries / hour, and thus needs to be whitelisted. I have submitted the whitelisting request form once about two months ago, and again two weeks ago. I have still not received any reply or acknowledgment whatsoever. I

[twitter-dev] statuses/user_timeline Bug

2011-02-07 Thread Vasile Cosmin
Hi everyone, http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=aamir_khancount=10page=1 SimpleXMLElement Object ( [@attributes] = Array ( [type] = array ) [status] = Array ( [0] = SimpleXMLElement Object (

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-07 Thread Tom van der Woerdt
I'd prefer London or some other West-European city. Tom On 2/7/11 5:35 AM, Brainewave Consulting wrote: I vote for Chirp: NYC! *Mike Caprio* /Principal and Lead Consultant/ Brainewave Consulting 402 Graham Avenue PMB 211 Brooklyn, NY 11211 p: +1-347-269-0558 @brainewave On Feb 6, 2011,

[twitter-dev] How do I change the developer (or add another developer) to an application

2011-02-07 Thread Timmee
How do I change the developer (or add another developer) to an application -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your

Re: [twitter-dev] Twitter Whitelist

2011-02-07 Thread Jan Paricka
Good luck with that. I'm waiting for months! Jan On Mon, Feb 7, 2011 at 2:44 PM, Shea Barton s...@sysach.com wrote: I am developing an application that needs more than the default 150 search queries / hour, and thus needs to be whitelisted. I have submitted the whitelisting request form

[twitter-dev] Re: Send status update with OAuth/PHP/cURL

2011-02-07 Thread Mike Jones
I just need to edit the 3 lines of code rather than anything in the OAuth.php or twitteroauth.php files correct? Or do I need to change stuff in those two files? On Jan 27, 3:06 pm, Abraham Williams 4bra...@gmail.com wrote: Using TwitterOAuth you basically need three lines of code to get

[twitter-dev] return count

2011-02-07 Thread new developer
Has there been any updates/improvements to the API that will allow me to search on a term and request a count of the number of term mentions? Is this something I can achieve through the API? thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

Re: [twitter-dev] return count

2011-02-07 Thread Taylor Singletary
Hi there, Still not much in the way of counting methods in the Twitter Search API. There are a few services out and about that do a decent job approximating such things. For instance, Topsy: http://corp.topsy.com/developers/api/ @episod http://twitter.com/episod - Taylor Singletary - Twitter

[twitter-dev] Re: return count

2011-02-07 Thread new developer
Hi Taylor - thanks for your quick response. Is there a fee-based service provided by Twitter that could provide this info? If not could you mention a few more other services in addition to topsy that could do a decent job. thanks again On Feb 7, 1:02 pm, Taylor Singletary

[twitter-dev] Re: Streaming API stopwords

2011-02-07 Thread Kenny Buckler
Thanks Mohan. That's definitely a better list then the I'm currently using. I'll try that out and post some results later. Cheers! -Kenny On Feb 4, 7:15 pm, L. Mohan Arun mar...@gmail.com wrote: Does anyone have experience using a list of stopwords to reduce noise when making streaming API

Re: [twitter-dev] Re: Send status update with OAuth/PHP/cURL

2011-02-07 Thread Abraham Williams
You do not need to change anything in OAuth.php or twitteroauth.php. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Feb 7, 2011 at

Re: [twitter-dev] return count

2011-02-07 Thread M. Edward (Ed) Borasky
On Mon, 7 Feb 2011 10:02:17 -0800, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi there, Still not much in the way of counting methods in the Twitter Search API. There are a few services out and about that do a decent job approximating such things. For instance, Topsy: 

[twitter-dev] Re: return count

2011-02-07 Thread new developer
thanks for the input. I'll take a look at the slides. On Feb 7, 1:54 pm, M. Edward (Ed) Borasky zn...@borasky- research.net wrote:  On Mon, 7 Feb 2011 10:02:17 -0800, Taylor Singletary  taylorsinglet...@twitter.com wrote: Hi there, Still not much in the way of counting methods in the

Re: [twitter-dev] How do I change the developer (or add another developer) to an application

2011-02-07 Thread Taylor Singletary
Hi there, The Twitter App model is single-user -- only one user can own and administrate an application. If you need to change the owner of the account, send a message to a...@twitter.com from the email address currently owning the application -- include details on the target user account to

[twitter-dev] TwitPic with OAuth Echo

2011-02-07 Thread Choock
Hello all, can anybody help me with TwitPic please? Just cannot figure out what am I doing wrong :( I'm trying to upload a pic making POST request to http://api.twitpic.com/2/upload.json To do this I create required header mocking GET and signing it: HttpGet oauth_get = new

[twitter-dev] Re: Twitter Whitelist

2011-02-07 Thread Xavi
Hi, I requested whitelisting in REST API and I got the answer within a week. It was rejected though, so that's maybe why it was so quick! On Feb 7, 2:44 pm, Shea Barton s...@sysach.com wrote: I am developing an application that needs more than the default 150 search queries / hour, and thus

Re: [twitter-dev] Re: Twitter Whitelist

2011-02-07 Thread Peter Denton
Does anyone know if there are any new applications being approved? On Mon, Feb 7, 2011 at 2:03 PM, Xavi xnave...@gmail.com wrote: Hi, I requested whitelisting in REST API and I got the answer within a week. It was rejected though, so that's maybe why it was so quick! On Feb 7, 2:44 pm,

Re: [twitter-dev] Re: Is there going to be another Chirp?

2011-02-07 Thread M. Edward (Ed) Borasky
On Mon, 07 Feb 2011 15:25:59 +0100, Tom van der Woerdt i...@tvdw.eu wrote: I'd prefer London or some other West-European city. I'm guessing it will be in SFO, given how closely the Twitter team worked with the developers last year. They can't fly a few hundred folks to NYC or London. The

[twitter-dev] Re: TwitPic with OAuth Echo

2011-02-07 Thread Choock
Have just uploaded to Twitpic all correct! Adding one single letter solves the problem. Name for the service provider header should be: X-OAuth-Service-Provider and not X-Auth-Service-Provider as it stated here http://dev.twitter.com/pages/oauth_echo and here

Re: [twitter-dev] Re: TwitPic with OAuth Echo

2011-02-07 Thread Matt Harris
Hi Choock, Twitpic is a 3rd party service so they would no more about their API. That being said the OAuth Echo parameter is X-Auth-Service-Provider so it sounds like, by changing the header, you're not using OAuth Echo now. In addition, TwitPics documentation states the parameter the same as

[twitter-dev] Re: TwitPic with OAuth Echo

2011-02-07 Thread Choock
Thank you Matt, please see below On 8 фев, 02:00, Matt Harris thematthar...@twitter.com wrote: Hi Choock, Twitpic is a 3rd party service so they would no more about their API. That being said the OAuth Echo parameter is X-Auth-Service-Provider so it sounds like, by changing the header,

Re: [twitter-dev] Re: TwitPic with OAuth Echo

2011-02-07 Thread Matt Harris
Hi Choock, I can't speak for why TwitPic works one way or the other. You would need to speak to them directly about how they implement OAuth Echo. Best @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Mon, Feb 7, 2011 at 3:54 PM, Choock d.cho...@gmail.com wrote:

[twitter-dev] hash tag widget

2011-02-07 Thread Jeevan
I am add a hash tag widget to my web application which actually asks the user to define the desired hash tag and other options like setting the size of the variable and and that widget will be added to the the web page. How do I do it -- Twitter developer documentation and resources: