I need to load Twitter profile picture into my iOS app using objective C. For authentication I'm already using STTwitterAPI library. When I tried loading profile picture using this library it returned an empty image.
How can I implement Twitter profile image loading separately without authenticating again with Twitter?
How can I implement Twitter profile image loading separately without authenticating again with Twitter?