Advertisement
Guest User

Untitled

a guest
Sep 26th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. r_fullprofile, r_network, r_emailaddress, w_share, w_messages
  2.  
  3. URL:https://api.linkedin.com/v1/people/~/mailbox
  4.  
  5. {
  6. body = "I'd like to add you to my professional network on LinkedIn!";
  7. "item-content" = {
  8. "invitation-request" = {
  9. authorization = {
  10. name = "NAME_SEARCH";
  11. value = DNZy;
  12. };
  13. "connect-type" = friend;
  14. };
  15. };
  16. recipients = {
  17. values = (
  18. {
  19. person = {
  20. "_path" = "/people/linkedIn-id";
  21. };
  22. }
  23. );
  24. };
  25. subject = "Invitation to connect!";
  26. }
  27.  
  28. {
  29. errorCode = 0;
  30. message = "Internal service error";
  31. requestId = E31HKE6KM7;
  32. status = 500;
  33. timestamp = 1474549122972;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement