Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

Facebook just added this functionality in the latest 3.2 iOS SDK update.

https://developers.facebook.com/blog/post/2013/02/25/facebook-sdk-3-2-for-ios/

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.