Reputation: 96
I'm testing the open-graph with the tutorial, but I keep getting "API Error Code: 100 API Error Description: Invalid parameter Error Message: The app must have aggregation units with sample data in order to request the publish_actions permission"
URL: http://spimegen.appspot.com/
any idea..? Thanks!
Upvotes: 3
Views: 2757
Reputation: 1
I'm getting the same error. I've also added an action, and object, and an aggregation, but get error #100. The dialogs are pretty confusing though. Even though I entered some sample data in the object, there isn't a proper preview of the aggregation with the sample data, suggesting that the sample data didn't propagate from the object to the aggregation. – Garth Oct 17, 2011 at 4:10
Upvotes: 0
Reputation: 43816
if you're requesting the publish_actions
permission one of the following must be true (as of Oct 2011)
Upvotes: 1
Reputation: 12072
I am also hosting my app on the google app engine and experiencing the same 100.
UPDATE: Jeff Sherlock's answer did it for me. So it's not app engine related. : ] Thanks!
Upvotes: 0
Reputation: 3544
Go into your Open Graph settings for your app. Go to Aggregations. Click on "Preview" for your aggregation units. If any of your aggregation units come up empty (no actions/objects shown), add sample objects and sample actions. Once you've added sample objects and actions, you won't get this error.
Upvotes: 2