Twitter and facebook sign in package: OAuth1 server error

Greetings all and thanks in advance for any replies. I’m new to meteor and shaky-legged on Authentication.
After adding twitter and facebook packages and doing configurations, they are not showing up on my login popup, how come?
This is what I get in bash every time try to sign in with twitter or face book bottons:

W20150529-14:54:41.373(0) (oauth_server.js:398) Error in OAuth Server: Failed to send OAuth1 request to https://api.twitter.com/oauth/request_token . failed [403] <?xml version="1.0" encoding="UTF-8"?> Callback URL not approved for this client application settings

Check your callback url that you have setup in your Twitter app settings. It is probably wrong.