ruby on rails 3 - july 2013 breaking changes - object create action -


i have facebook app single custom action (earn) , single custom object (badge). create these objects user server via post to

'https://graph.facebook.com/' + fb_user_id + '/itsbeta:earn' 

and send parameters

access_token => user_access_token, badge => badge.fb_url 

where badge.fb_url contains og-tags. works fine @ moment.

but when enable july 2013 migration, start getting errors

a post action object exists., code :1611231 

seems case of deprecated feature "duplicate creation actions same open graph object", in settings of badge object on advanced tab don't have field called "create action", instead have "subscribe action", single action name there:

subscribe action: earn

what's wrong?


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -