There are three separate calls in getProfile
.The first is to return profile information about yourself. The only input
into the function under this scenario is the token
.
The second is to return profile information about all your 1st degree
connections. You need to supply the token
and set the
connections
= TRUE.
The third is to return profile information about an individual based on
their id number. This can be found if you search your connections using
the getMyConnections
function.