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!
I am currently starting a project that will interact with Twitter via it’s OpenAuth
Share
Yes. You wouldn’t be able to do this if Twitter’s access tokens expired, but they don’t.