Skip to content

Commit

Permalink
Add access token to Send message
Browse files Browse the repository at this point in the history
  • Loading branch information
takayuki-sato committed Feb 17, 2015
1 parent b4b0de9 commit 48ba21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/linked_in/communications.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Communications < APIResource
# message
# @return [void]
def send_message(subject, body, recipient_paths)
path = "/people/~/mailbox"
path = "/people/~/mailbox?oauth2_access_token= #{@connection.params[:oauth2_access_token]}"

message = {
subject: subject,
Expand Down

0 comments on commit 48ba21d

Please sign in to comment.