I'm using Facebook oauth and koala gems to create an app that helps with event management on the fly. I have successfully listed simple information about myself, events I've been invited to, and people I'm friends with.
I understand that people and event objects have sibling relationships so you cannot find information of one in another aside for what events you've been invited to. So how do You list events that you're a host of?
Here's how I did it. In User.rb after self.from_omniauth method: :