I pushed stuff from our website to our company twitter account automatically. Like some news updates, updates to some sections of our site, etc. All this happened automatically using the Zend Framekwork Twitter service or another very simple PHP code that uses hard-coded username / password.
Now Twitter has killed the old authentication. What is the right thing when you offer twitter integration for customers (who use OAuth for user-oriented stuff), but for internal things, isn't that a surplus?
Is there an easy way to update my code so that it works again? Can I somehow copy my own authentication key oauth so that I donβt have to create the whole login process with a database repository for a single-user application?
source
share