FirebaseExtended/emberfire

Getting Access key and sceret key for twiiter login

avinlakhera opened this issue · 1 comments

Hi I need to know in ember fire can we get the access_token_key and the sceret key when the user logged in from the twiiter account. I have checked the object session.currentUser but it doesn't contains these keys .

Thanks

You'll want to get that from the result returned from the login promise, after that it is thrown away.