How do you update your twitter status using YQL?
Posted
by waterfallrain
on Stack Overflow
See other posts from Stack Overflow
or by waterfallrain
Published on 2010-04-18T05:57:41Z
Indexed on
2010/04/18
6:03 UTC
Read the original article
Hit count: 551
yql
|twitterapi
This is the code example I am following:
VALUES ('tweeting from yql!', '@your_consumer_key', '@your_consumer_secret', '@your_access_token', '@your_access_secret');
I understand the consumer key and secret part however I dont understand what to put in for the your_access_token and your_access_secret part.
Are these urls I was given what I need to add for the last two items?
© Stack Overflow or respective owner