Topic: Rails 3 Facebook API with Omniauth and fb_graph
I want to parse user’s facebook friends, birthdays etc and other private data for my rails app (I’m using rails 3). Since i want to access user private data, I need authorization from the user to access the facebook user private data API, How to do it?