Sign in

List friends

documented

Retrieve your friend list, or the friends of another member.

GET /xn/rest/{network}/1.0/Friend/recentFriendno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://external.ningapis.com/xn/rest/{{$network}}/1.0/Friend/recent?xn_pretty=true&fields=name,profileUrl&count={{$count}}" \
  -X GET \
  -H "Authorization: OAuth oauth_version=\"1.0\",oauth_timestamp=\"{{$oauth_timestamp}}\",oauth_nonce=\"{{$oauth_nonce}}\",oauth_consumer_key=\"{{NING_CONSUMER_KEY}}\",oauth_token=\"{{OAUTH2_ACCESS_TOKEN}}\",oauth_signature_method=\"PLAINTEXT\",oauth_signature=\"{{$oauth_signature}}\"" \
  -H "Accept: application/json" \
  -H "Host: external.ningapis.com"