Я пытаюсь реализовать единый вход в систему с помощью GMail. Пытаясь использовать эту ссылку https://developers.google.com/accounts/docs/MobileApps образец кода. Мне не удалось получить ключ токена YOUR_AUTHENTICATION_ENDPOINT.
Вот моя основная активность, где я использую YOUR_AUTHENTICATION_ENDPOINT.
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflating the menu resource.
MenuInflater inflater = getMenuInflater();
inflater.inflate(R.menu.my_menu, menu);
return true;
}
@Override
public boolean onOptionsItemSelected(MenuItem item) {
switch (item.getItemId()) {
// Start the WebViewActivity to handle the authentication.
case R.id.login:
Intent intent = new Intent(this, WebViewActivity.class);
intent.setData(Uri.parse(YOUR_AUTHENTICATION_ENDPOINT));
startActivityForResult(intent, 0);
return true;
// Exit.
case R.id.exit:
finish();
return true;
}
return super.onOptionsItemSelected(item);
}
приложение работает, я получаю эту ошибку:
04-02 15:09:12.271: E/Web Console(924): SyntaxError: Parse error at https://mail.google.com/mail/x/cc6i6zigt73b-/?pli=1&f=1&shva=1:1