You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2018. It is now read-only.
tweet = '#RobertHalf is looking for a 3+yrs ASP.NET Immediate Opening, apply now! (#Baltimore) #job http://workfor.us/roberthalftechnology/cp8n349'
twitter_text.TwitterText(tweet).validation.tweet_length()
return 128
while posting on twitter I get the error :
# Raw error: u'[{"message": "Status is over 140 characters.", "code": 186}]'
Indeed, it seems that the lib parses http://workfor.us/roberthalftechnology/cp8n349 as the unique url (and count 23 characters for it) while Twitter API considers ASP.NET as the unique url and count the second url for 46 characters!