Back to my page

Developer Blog



Posts Tagged ‘authentication’

Building a Twitter widget, part 5: publishing data to your account through authentication

We’ve been through a lot of things since we started this series of articles, but the part we are entering now is what will make a difference in your widget. Many widget are able to display public data, and others can display private data just fine, but being able to also publish data directly from […]

Building a Twitter widget, part 4: getting your private data through authentication

So far, this series of articles have focused on getting and displaying public data, like Twitter public timeline in the previous part of this series of tutorials.
Public data is what most of the current web services will let you play with, but the more interesting services are those that let you manipulate your private […]