Jawbone / UPPlatform_iOS_SDK

An Objective-C library for communicating with the UP Platform on iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you get a friend's first name and last name?

zkirill opened this issue · comments

Because we do not have permission from the user's friends to share data with a partner app this functionality must be handled on the partner app's backend.

The partner app will send the user's xid, first name and last name to the partner's backend on authentication. The client will then make requests to the server to retrieve first and last names based on matching xids.