On Jan 16, 2:10 pm, Thomas <[email protected]> wrote: > <?php > $time = time() + 10800; >
Why are you setting the timestamp for 3 hours in the future? oAuth/twitter are very picky about the time being "close" to accurate, being 3 hours off is definitely one potential problem with your code. -- -ed costello -- 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 membership to this group: http://groups.google.com/group/twitter-development-talk
