Guest User

Untitled

a guest
Feb 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. LongPollingTransport transport = new LongPollingTransport(options,
  2. httpClient) {
  3. @Override
  4. protected void customize(Request request) {
  5. request.header("Authorization", "OAuth " + accessToken);
  6. }
  7. };
Add Comment
Please, Sign In to add comment