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 has been 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!
The text was updated successfully, but these errors were encountered:
Hi,
return 128
while posting on twitter I get the error :
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 considersASP.NET
as the unique url and count the second url for 46 characters!The text was updated successfully, but these errors were encountered: