hiroeorz / NowPlayingFriends

"now playing friends" is a one of iPhone application in order to find twitter users who are listening to music same as other twitter users at the same time. (This application uses hash tag "#nowplaying".)Twitterの#nowplaying ハッシュタグを利用して、現在同じ音楽を聴いているユーザを検索、表示するIPhoneアプリケーションです。
http://now-playing-friends.heroku.com/
Other
17 stars 6 forks source link

Auto Tweetの時に、今までと設定が同じで文字数も140文字を超えてないのに「超えている」の警告が出てツイートされない時が有る。 #26

Open hiroeorz opened 13 years ago

hiroeorz commented 13 years ago

Auto Tweetの時に、今までと設定が同じで文字数も140文字を超えてないのに「超えている」の警告が出てツイートされない時が有る。

@amarift

hiroeorz commented 13 years ago

再度確認した所、文字数をカウントしているNSStringクラスのlengthメソッドは2バイト文字も1文字としてきちんとカウントするようだ。

hiroeorz commented 13 years ago

あくまで推測ですが、おそらくツイート自体は140文字超えてないが、iTunesまたはYouTubeのリンクを付加すると140文字超える為に、そのような警告がでているのではないかと思われます。 すでに別件で140文字超えた場合はリンクを削除して、それでも超えている場合は140文字分を送るようにしたので上記の理由であれば次のリリースで解決すると思われます。

この件に関しては、次のリリース後に再度様子見とさせて頂きます。

hiroeorz commented 13 years ago

YouTubeリンクを自動付加する設定にしてると、かなりの高確率で上記の警告が出るバグを発見しました。

修正済みです。