Hello,
Thanks for your reply, but sorry, I still don’t understand this. I am already using OAuth 1.0a and I have basically just followed this…
"Want to read or post Twitter data on behalf of visitors to your website…"
https://dev.twitter.com/docs/auth/3-legged-authorization
…which seems to be exactly what I want to do. After re-reading this it appears that 3-legged auth does not come under application-only authentication and is actually user-based authentication anyway (presumably because it involves obtaining an access token from the user).
Given that my application is authorised by the user and that I have obtained an access token from the user, how then does the application post on behalf of the user as described in 3-Legged Auth where it says “Want to read or post Twitter data on behalf of visitors to your website…”?
Would it be possible to indicate which endoints I need to use?
Many thanks