# # == Steps # # 1. Developer signs up for 3rd-part API (let's say Facebook) # 1. Developer copies & pastes access info into some config location # 1. Developer creates a callback action that will receive the user's token # !. Developer redirects the user to something like facebook_auth_url() passing a parameter indicating what permissions he needs # # module MealTicket end