You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes twitter is under maintaince and as a result the app can't request the oauth token. We need to do something instead of directly raising the exception to the top, such as catch the exception in the SessionsController#new,
rescue Exception => e
authentication_failed("We're currently experiencing issues with Twitter's OAuth Service. Please try later.") and return
The text was updated successfully, but these errors were encountered:
Sometimes twitter is under maintaince and as a result the app can't request the oauth token. We need to do something instead of directly raising the exception to the top, such as catch the exception in the SessionsController#new,
rescue Exception => e
authentication_failed("We're currently experiencing issues with Twitter's OAuth Service. Please try later.") and return
The text was updated successfully, but these errors were encountered: