Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. GET /1.1/friendships/list.json?user_id=123 HTTP/1.1
  2. GET /1.1/friendships/list.json HTTP/1.1
  3. GET /1.1/users/show.json?include_entities=1&user_id=321 HTTP/1.1
  4. GET /1.1/friendships/list.json?user_id=234 HTTP/1.1
  5. GET /1.1/friendships/create.json HTTP/1.1
  6.  
  7. /1.1/friendships/list.json
  8. /1.1/friendships/list.json
  9. /1.1/users/show.json
  10. /1.1/friendships/list.json
  11. /1.1/friendships/create.json
  12.  
  13. ([A-Z])+ (S)+[?]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement