[twitter-dev] Re: Open-source, distributed PHP app and consumer secret

2010-08-02 Thread Michael Babcock
Hi Tom, Thanks for the thoughts. I like your second solution. To host a tweet service on my site ("You can use your own server as a service which sends all requests to twitter. "). I spoke with a colleague of mine and his advice was the same. My question (concern) is doesn't this open me up as a p

[twitter-dev] Re: Open-source, distributed PHP app and consumer secret

2010-08-01 Thread Tom
I've thought about this a lot myself as well, and haven't really came up with a proper solution either. - You can try encoding all of your code with zend encoder and hope that nobody decodes it. - You can use your own server as a service which sends all requests to twitter. (This would be my solut

[twitter-dev] Re: Open-source, distributed PHP app and consumer secret

2010-08-01 Thread Michael Babcock
So, I think the solution has to be that the user downloads my app, installs it on their site, then registers my app as their own app with dev.twitter. After which, they will receive their own key & secret pair. They will then input their key & secret pair into my app which is living on their site,