Reputation: 3307
It seems that we have pages in our application which have been using two different href values for the Facebook Comments plugin over time (this wasn't intentional and caused due to mis-configuration) and we are left with missing comments (comments made when the plugin was initiated with the older HREFs).
We can't go back to old hrefs, since people have been commenting on the new HREFs as well.
Given this background, I am looking for a way to merge two HREFs for the comments plugin through one of the following methods:
I know that I can get the old comments through Graph API, but I am also looking to insert it back into the current plugin so that the conversation is complete.
Any inputs will be appreciated.
Upvotes: 2
Views: 367
Reputation: 25918
AFAIK this is not possible in reliable way...
Theoretically it's possible to re-submit old comments to the Graph API associating 'em with other/new URL, but there is some show-stoppers:
BUG #216005175135629
: Unable to post comments to social plugin via graph calls.access_token
) for every person comments of whom you want to migrate, without that comments will be owned by user owning the active access_token
Upvotes: 1