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
Post a Comment