Yardmaps
unread,Sep 3, 2010, 2:23:04 PM9/3/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Hi there,
My website, Yardmaps.org, has its own twitter account - actually
there's a twitter account for each city that yardmaps will be
available in.
When I was coding the site using basic auth, I had a simple function
that would update the twitter status of a given city whenever a yard
sale is posted. Since I own the website, and the twitter accounts, I
don't need to ask a 3rd person for permission to update their status.
Basic auth was perfect.
However, now that basic auth is no more, I'm not sure how I'm supposed
to use oAuth to do the same thing?
My database has the username and password for each twitter account,
and when a yard sale is added, i simply want to tweet it out. Since
oAuth doesn't (in my limited understanding) support asynchronous
calls, I don't know how I can upgrade?
Please help me.
Thanks
B