Skip to content

Instantly share code, notes, and snippets.

@mdobson
Last active December 14, 2015 22:59
Show Gist options
  • Save mdobson/5162316 to your computer and use it in GitHub Desktop.
Save mdobson/5162316 to your computer and use it in GitHub Desktop.
Following a user
// Following a user currently logged in as fred.
NSString *username = @"barney";
UGClientResponse *response = [usergridClient connectEntities:@"users"
connectorID:@"fred"
connectionType:@"following"
connecteeType:@"users"
connecteeID:username];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment