Ok, so since Facebook decided to make 'follow' one of the native actions supported they've also decided that it only applies to profile objects.
In our app users follow certain 'school' objects and we give them notifications when these schools have new things happening in them (like new discussions, photos, ratings, etc).
So from my reading on this it seems Facebook will not allow us to continue to us our follow action since it is not linked to a profile object but when I've enabled the October 2012 breaking changes there wasn't any problem continuing to post actions of this type.
Does this mean that it's ok to keep our actions as they are right now? If not, how are we supposed to define 'follow' actions for non-profile objects? (it doesn't seem to be possible on the app definition)
Will our action submitions be rejected 90 days after October 3rd? If so, is there any way to migrate all the existing follow action instances to a different action along with their aggregations? If we just change the name and namespace of the current 'follow' action in our app, will the existing instances be migrated along?
I would also love to hear of what solutions other people have taken for other actions that Facebook has 'nativize' such as 'read', 'watch', 'like' if your definition didn't fit the new semantic Facebook wants to give to the action (read things other than articles, watch things other than videos, etc)