Sign in error

52 views
Skip to first unread message

Wes

unread,
Jun 28, 2011, 10:38:35 AM6/28/11
to Twitter Anywhere Development
Whenever I try to authorize my app I get an error. I sign in my with
my account and I get this weird error.


Error Message:

Something is technically wrong.
Thanks for noticing—we're going to fix it up and have things back to
normal soon.



Script below:


<span id="twitter-connect-placeholder"></span>
<script type="text/javascript">

twttr.anywhere(function (T) {

var currentUser,
screenName,
profileImage,
profileImageTag;

if (T.isConnected()) {
currentUser = T.currentUser;
screenName = currentUser.data('screen_name');
profileImage = currentUser.data('profile_image_url');
profileImageTag = "<img src='" + profileImage + "'/>";
$('#twitter-connect-placeholder').append("Logged in as " +
profileImageTag + " " + screenName);
} else {
T("#twitter-connect-placeholder").connectButton();
};

});

</script>

Matt Harris

unread,
Jun 29, 2011, 12:06:52 PM6/29/11
to twitter-de...@googlegroups.com
Hi Wes,

This can happen if the domain you are running your @anywhere integration from doesn't match the Callback URL or authorized domains registered on your application settings (https://dev.twitter.com/apps).

Let us know if that doesn't solve the problem.

Best,
@themattharris
Developer Advocate, Twitter





--
Twitter @Anywhere documentation and resources: http://dev.twitter.com/anywhere/begin
@anywhere updates via Twitter: http://twitter.com/anywhere
Change your membership to this group: http://groups.google.com/group/twitter-dev-anywhere?hl=en

Reply all
Reply to author
Forward
0 new messages