To get Open Graph action running against my app this is what I'm trying to do:
- Create the actions and the objects
- Create the object metafile
Publish the actions
- This didn't work for the Admin itself because too many errors got generated by FB
- Errors were generated since the actions weren't approved and publishing those actions was failing for my current user base.
To get around the errors (which is blocking the approval of my actions from FB), I blocked out my user base from publishing the actions and put filters in for the Admin, developers and testers (that is, only publish requests originating from these accounts go through)
Is there a better way of getting this done?