Get Twitter Feed as JSON without authentication

前端 未结 8 580
难免孤独
难免孤独 2021-01-30 18:16

I wrote a small JavaScript a couple of years ago that grabbed a users (mine) most recent tweet and then parsed it out for display including links, date etc.

It used this

8条回答
  •  猫巷女王i
    2021-01-30 18:51

    If you're still looking for unauthenticated tweets in JSON, this should work: https://github.com/cosmocatalano/tweet-2-json

提交回复
热议问题