Hello,
I understand the process of Twitter user authorization on remote websites very little.
My code I use on my website to log Twitter users is very similar to code you can find at this site http://www.9lessons.info/2010/02/connect-twitter-api-with-oauth-using.html
It used to work correctly however it recently stopped working (I am suspecting because of the new API version but I am not sure)
The method $Twitter->get_accountVerify_credentials(); seems to cause the problem. When this method is called during the process the page fails to load and even no server errors appear.
How do I fix this problem? Do I need to change anything in my code?
Thank you