Skip to content

Commit

Permalink
[doc] Document Twitter's 401
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed May 12, 2013
1 parent 1dcfcc3 commit 8ddd720
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/a-quickstart/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,13 @@ server.listen(8080);
File system on our virtual machines is both readable and writable, but does not
persist across deploys. Capacity of the file system is 3 GB.

---

## I'm getting a HTTP 401 error when using Twitter API. How do I fix it?

This is most likely related to different time zone on our and Twitter's servers.
To ensure consistency, do `jitsu env set TZ GMT`. This will force your application
to use GMT timezone.

[docs]: http://socket.io/#how-to-use
[meta:title]: <> (FAQ)

0 comments on commit 8ddd720

Please sign in to comment.