Hacker News new | ask | show | jobs
by goddamnyouryan 3470 days ago
Anyone have any experience getting this working with omniauth? It seems like one ought to just be able to change the config to:

    provider :instagram, ENV['INSTAGRAM_CLIENT_ID'], ENV['INSTAGRAM_CLIENT_SECRET'],  response_type: 'token'
But that doesn't seem to be working