I'm using devise and omniauth-facebook authentication in my rails 4 application.
Facebook has moved on to v2.x graph API. (deadline for api migration is April 30, 2015).
During authentication, facebook's login dialog show the following message
"You must upgrade this app to Graph API v2.x
v1.0 will be deprecated on April 30, 2015
Learn how to upgrade"
I figured this is because omniauth-facebook/devise right now uses facebook graph api v1.x.
How do I configure it to point to v2.x ?