I'm building an app with Parse and need the ability to save the current user (PFUser) for a given post they create. Then, I need the ability to retrieve that data when other users view their posts - so they can see the person's profile picture.
What do I use here - PFObject
and PFPointer? Please show code examples.