Hi all! Please help me? Can i get last 10 twitts not using backend?
You can display the most recent 10 Tweets from a user’s timeline using an embedded timeline widget, configured to show 10 Tweets. Is that what you needed?
No, I need 10 last Single Tweet. Need 10 last ID.
In that case you’ll need to use the REST API to retrieve them in code.
Thanks for the answer. I read the REST API. No backend is not possible? Twitter doesn’t support JSONP or CROS?
Requests to Twitter’s API require an access token. You might use application-only authentication for communication between your server and Twitter, and return those results onto your site.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.