I need to get the user_id and screen_name once a user has tweeted after logging in on my site.
On the page I have the following code:
Share
Once a tweet has taken place the alert(event.data.user_id); is showing ‘undefined’
Is it possible in Twitter to get the event.data.user_id and event.data.screen_name once a user tweets?
Thanks
Basharat