I would like to use the Facebook Ad conversion tracking within an iOS app to track an event after the user installs. Facebook has a method to do this on web pages through a Conversion Tracking Pixel, and I've looked through that JavaScript. It is making a GET request to offsite_event.php with the pixel ID: https://www.facebook.com/offsite_event.php?id=6005000000&value=0
Obviously the pixel ID alone is not enough to know which Facebook user made the request. So I assume this PHP is reading one of the facebook.com cookies to determine the user.
Can anyone at Facebook divulge which cookies this PHP code needs. "c_user" perhaps?