Hi, I still have 2 precise doubts about the rules and good practices for a correct Streaming API use.
1- I have a web application that, upon user authentication, begins to track keywords or users he wishes to. I wish to have a Streaming API connection per user, but there’s a limit of 1 connection per IP so I should have a different IP per user.
Is this correct?
2- If I want to reserve a general stream for my application (for overall stats retrieval), I can use the access token created from the application user. But what if I want to have a general stream per user, without using their tokens (as I don’t want to incur in any privacy issues), can I have a streaming API instance using the same token (mine) from different IPs, or this is forbidden?
Thank you!
Luis