You're still missing the following requirement:
- Create a ProfileViewController that, when presented, shows the logged in user's profile information. Utilize the NavigationBar to add a button to present this new viewController. This can be achieved using the
getOAuthUser method we wrote yesterday to get the current user's information.
You're still missing the following requirement:
getOAuthUsermethod we wrote yesterday to get the current user's information.