Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

'Background processing' is a terrible term, but I can't think of a better one at this time on a Friday!

I need a specific part of my web app to communicate with twitter - post a status using a single, fixed account. Every twitter oauth tutorial I've seen talks about applications in the general sense - those with multiple users. Does anyone have an example of basic twitter status updating via a non-interactive process?

share|improve this question

1 Answer

up vote 2 down vote accepted
+25

OK, after a lot of searching and hair-pulling, the answer seems to be:

  1. Go to your app settings page on twitter
  2. Click the 'My Access Token' button in the right hand column
  3. Take a note of the sccess token details on this page
  4. Follow these instructions to use the single-use token details
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.