Hi,
The Twitter api works fine on developers’ machine, but when we publish our site to live servers, twitter api stops working.
We receive an exception that says ‘Certificate algorithm is not supported’ when trying to get the bearer token.
All of the api keys are correct.
We are are using C# .net mvc OAuth application-only authentication and calling the GET statuses/user_timeline url… UKFAST is our hosting provider located in the UK.
Does anyone know how to fix it?
Thanks