Skip to content

Commit

Permalink
Permissions clarified in hexgnu#204
Browse files Browse the repository at this point in the history
  • Loading branch information
hundredwatt committed Jan 23, 2014
1 parent ec87590 commit 459ac00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/linked_in/api/share_and_social_stream.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module ShareAndSocialStream

# Retrieve the authenticated users network updates
#
# TODO Permissions?
# Permissions: rw_nus
#
# @see http://developer.linkedin.com/documents/get-network-updates-and-statistics-api
# @see http://developer.linkedin.com/documents/network-update-types Network Update Types
Expand Down Expand Up @@ -46,7 +46,7 @@ def shares(options={})
#
# @note The first 5 comments are included in the response to #network_updates
#
# TODO Permissions? rw_nus?
# Permissions: rw_nus
#
# @see http://developer.linkedin.com/documents/commenting-reading-comments-and-likes-network-updates
#
Expand All @@ -63,7 +63,7 @@ def share_comments(update_key, options={})
#
# @note Some likes are included in the response to #network_updates
#
# TODO Permissions? rw_nus?
# Permissions: rw_nus
#
# @see http://developer.linkedin.com/documents/commenting-reading-comments-and-likes-network-updates
#
Expand Down

0 comments on commit 459ac00

Please sign in to comment.