# update status for the authenticated user | |
client.update_status('is playing with the LinkedIn Ruby gem') | |
# clear status for the currently logged in user | |
client.clear_status | |
# get network updates for the authenticated user | |
client.network_updates | |
# get profile picture changes | |
client.network_updates(:type => 'PICT') | |
# view connections for the currently authenticated user | |
client.connections |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment