diff --git a/backends/twitter/Requests/OAuthFlow.cpp b/backends/twitter/Requests/OAuthFlow.cpp index 8bfbbbe893ac02d63042089886053e999653e825..83ded843a1c1c17d0224ef23fc853801a986036c 100644 --- a/backends/twitter/Requests/OAuthFlow.cpp +++ b/backends/twitter/Requests/OAuthFlow.cpp @@ -12,7 +12,7 @@ void OAuthFlow::finalize() np->handleLogoutRequest(user, username); } else { np->handleMessage(user, "twitter-account", std::string("Please visit the following link and authorize this application: ") + authUrl); - np->handleMessage(user, "twitter-account", std::string("Please reply with the PIN provided by twitter. Prefix the pin with 'pin:'. Ex. 'pin: 1234'")); + np->handleMessage(user, "twitter-account", std::string("Please reply with the PIN provided by twitter. Prefix the pin with '#pin'. Ex. '#pin 1234'")); np->OAuthFlowComplete(user, twitObj); } }