Jonathan Saragossi
Jonathan Saragossi

Reputation: 96

Open Graph error code 100

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

Answers (4)

Glenda Guillera
Glenda Guillera

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

Igy
Igy

Reputation: 43816

if you're requesting the publish_actions permission one of the following must be true (as of Oct 2011)

  1. Your app is in the games category, and you're using the permission for Achievements API or Scores API
  2. You're testing the Open Graph Beta APIs, and you've defined actions, objects and a timeline aggregation for your app.

Upvotes: 1

borisdiakur
borisdiakur

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

Jeff Sherlock
Jeff Sherlock

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

Related Questions