Our app already has the notion of a "follow", but we haven't been mirroring the follows on the FB side with the Open Graph built-in Follow action.
If we wanted to hook into that, how should we handle the Facebook users in our app that are already following other Facebook users? Should we do a one-time bulk follow for all the follow relationships a user has? Will this result a massive set of entries in the user's timeline? If so, is there a way to suppress those (perhaps using fb:explicitly_shared=false or no_feed_story=false?)