Hi,
I used to be able to grab my tweets with a bit of AJAX and display them I on a webpage with whatever markup I want to use. Now I know you have to create an 'application’
then use some server side code to authenticate.
I did this and was able to retrieve a list of tweets into my console via Python (using Tweepy) but now I’m stuck as how to connect this server side code to my web page? I feel like I’m missing a vital step. Granted this is the first bit of Python of done, pass those results into my HTML. Can anyone help with some strategies?
P.S. I don’t wan’t to use the ‘widget’ as I need to do some really custom markup and css and the widget is too inflexible,
Thanks!
Jacob