Twitter username autocompletion -


i allow users on website nominate other twitter users in text input field. intend provide autocompletion feature similar twitter's mention typeahead when user enters @ in tweet.

@jakeharding developed similar functionality in demonstration of typeahead.js. unfortunately, logic hidden in herokuapp.

i grateful support can provide.

looking @ response typeahead-js-twitter-api-proxy.herokuapp.com it's proxy get users/search. set server takes auto-complete text, wraps in oauth, , forwards twitter api. you'll have mindful of rate limits though. autocomplete burn through in no time.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -