Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?)

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.