How to get twitter profile pic using api 1.1 from iOS?
I am using MGTwitterEngine lib to authenticate Twitter account, but after successful login I want to get user profile pic but not able to get it and following method is stopped working: https://api.twitter.com/1.1/users/profile_image?screen_name=username&size=bigger I just tried above method but no success. Then I have did lot of research on it and I finally got following api to get user profile information which include profile pic: https://api.twitter.com/1.1/users/show.json?screen_name=username But this api requires authentication by passing Authorization in Request header which I was not