What is the best HTTP status code for blocked user profile in rails api? – Facebook api
I wrote an API for social app in Rails. This app likes Facebook, users can block other users. If user A block user B, user B can't view profile page of user A. So what is the best HTTP code…