twitterで登録メールの確認手続きを行っていた際に以下のようなエラーが出ました。
「Hold up! Sorry, the profile you were trying to view has been suspended due to strange activity 」
なにもオカしいことはしていないはずなので、困っていたのですが、原因は単純でした。
twitterのヘルプページに書い…
ピックアップ記事
twitterの登録メールの確認がエラーになる件
2011年01月04日
過去Blog
PHP 配列の結合
2010年05月20日
過去Blog
$array3 = array_merge($array1,$array2); a complete guide to the acai berry diet…
WordPressでログイン中のユーザーIDを取得
2011年05月16日
過去Blog
Wordpressでログイン中のユーザーIDを取得
global $userdata;
get_currentuserinfo();
echo $userdata->ID; migraine remedies…
PHP 配列から空白要素を削除する
2010年02月20日
過去Blog
配列 $array_exampleの要素のなかで、空白のものを削除。
$array_example = array_filter($array_example, 'strlen');
UITableView cell の選択を無効にする
2011年04月28日
過去Blog
cell.selectionStyle = UITableViewCellSelectionStyleNone;
この投稿へのコメント
コメントはまだありません。