0

In an app I use authentication through Twitter and into a table I store Twitter UID. Is there any way to display through the Twitter UID user's avatar?

user984621
  • 46,344
  • 73
  • 224
  • 412

1 Answers1

0

You can use their UID to get their profile information which contains the URL for their image. You can see the documentation here: https://dev.twitter.com/docs/api/1.1/get/users/show

jeremy.clark
  • 842
  • 6
  • 13