I want my users to be able to show their latest tweets on their profile on my website.
I have a twitter shell for PHP and understand how to make API calls, etc., but I'm just wondering how to manage user information.
What is the best practice here? . I want them to be able to enter their credentials once, but I would suggest that storing the entire username / password alone is not the best way to do this.
- Is there a way to make an authenticated call once and twitter will remember it?
- Should I store usernames / passwords and then just make a call when displaying tweets?
Any advice here would be great.
Thanks,
source
share