Hi, I’m going to write a web client to post/view tweets in Twitter. The best would be to avoid to use server code but reading posts and documentation I’ve seen this is not feasible with Twitter. Starting from this point, I would like at least to be able to use server code only to authenticate and return a sort of token to be used in the client with REST API. Is this feasible? Please could you give some hint or link to some docs when it explains this kind of interaction?
Regards