I'm creating a discussion board and because it's to do with mental health, I want to replace users profile names with the name "Anonymous". Just because I'm new to web development, I was wondering if this is something I should do with OAuth or if there's a simpler solution about.
If this application sits on my FB page, users must be logged into FB to see it. Would these users need to bypass the Facebook's permissions and authentication flow (OAuth protocol) in order to use the discussion board?
Thanks very much.