0

I am making an app in which I want to show twitter login user's image and name. I ma able to get the all information in api 1.0 of twitter but now when I call again this then it gives an error "The Twitter REST API v1 is no longer active. Please migrate to API v1.1. twitter api overview" So can you suggest any code or link where I can get all information of users.

Thanks.

Robert Rouhani
  • 14,512
  • 6
  • 44
  • 59
user2388607
  • 51
  • 1
  • 5

2 Answers2

0

You can use this link FHSTwitterEngine and check the code given in answer.. FHSTwitterEngine is latest library with compatible with v1.1.. its should solve your problem

Community
  • 1
  • 1
the1pawan
  • 1,194
  • 9
  • 26
0

You can look at this library. FHSTwitterEngine

It uses twitter api 1.1.

NANNAV
  • 4,875
  • 4
  • 32
  • 50
keen
  • 3,001
  • 4
  • 34
  • 59