The app I'm working on uses a simple HTTP POST for OpenGraph actions when the user is logged in to the app. Works PERFECTLY on Android, but when I do the exact same thing on iOS, the action isn't registered by Facebook at all.
- I've filled in all information for the iOS app on the app dashboard.
- The user is confirmed logged in
- Actions are confirmed getting posted
- ???
- Nothing shows up, not in the user feed, nor on the OG overview page.
The best idea I have about what is causing this is that the version of the app that is sending the OG actions must be live on the app store, which would be strange, since I'm only using a regular HTTP POST.