Jay
Jay

Reputation:

Using Twitter OpenAuth

I am currently starting a project that will interact with Twitter via it's OpenAuth system and I was wondering about a few of the details. If a user agrees to give my site access to their Twitter account, can I access their account even if they aren't on my site? For example, could I have a nightly job run that would pull in all of the user's tweets and information without the user actually having to access my site? Thanks!

Upvotes: 1

Views: 749

Answers (2)

JasonDavis
JasonDavis

Reputation: 48933

Yes you can, a few sites I have allowed access to my own twitter account have had there script run nightly to post there spam tweets on everyones account that they had access to.

Upvotes: 0

bpapa
bpapa

Reputation: 21497

Yes. You wouldn't be able to do this if Twitter's access tokens expired, but they don't.

Upvotes: 1

Related Questions