Bugs: Browse | Submit New | Admin
If you create a new session using the api_key and api_secret, the login url method does not include the api key in the query params. c = Facebooker::Session.create('api_key', 'secret_key') c.login_url(some options) #does not have the api key in the query params
Add A Comment: