I am developing an iOS application that needs to post openGraph actions on objects.
I am using the facebook debugger to test my openGraph objects and actions.
The process always results with the same id, meaning that even if I change parameters in my URL like this:
https://graph.facebook.com/me/MyNamespace:MyAction?MyObject=http://mysite.com/facebook/og1.php?page=1
or
https://graph.facebook.com/me/MyNamespace:MyAction?MyObject=http://mysite.com/facebook/og1.php?page=100
please note the URL page parameter change
and yet I get a post on facebook with the expected results, but always the same ID, meaning I can post only once per user instead of being able to post many opengraph actions.