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.

can any one please explain me the basic important changes that are to be done in API v1.1

I want to develop a web application that uses the Twitter API.v1.1.

Where can i find examples

or Discussions on API v1.1

share|improve this question

closed as off topic by Sergey Glotov, Linger, stealthyninja, Kyle Trauberman, Jaguar Nov 9 '12 at 16:56

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

have you seen the overview of version 1.1? https://dev.twitter.com/docs/api/1.1/overview

  • JSON support only (no more XML, Atom, or RSS support)

  • Authentication required on all endpoints (requiring applications to authenticate all of their requests with OAuth 1.0a)

  • Default entities and retweet (where applicable, entities and retweets will now be returned by default)

share|improve this answer
can u plz tell me the basic changes – Dee Nov 9 '12 at 10:23
thanks for the help – Dee Nov 9 '12 at 10:34

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