Tagged Questions
0
votes
0answers
19 views
How can I get acces token from google auth token?
I have created an application which asks for permission to use google account but now I have auth token and auth account, but I do not know how can I get with these variables data from user. For ...
1
vote
0answers
61 views
Android Bad Token Exception when closing and opening fast
I am currently working on an application that is being launched as an intent. Here are the flags I am using:
intent.setFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION); // don't "zoom", etc. the launch
...
0
votes
1answer
69 views
Android Geoloqi SDK: getting group/create api call to work
I'm coding a project using the Geoloqi android sdk. I want to use the api method call group/create, but in my OnRunApiRequestListener() inner class, onComplete() keeps returning instead of ...
0
votes
1answer
132 views
XML parse from URL into ListView
I'm getting an unexpected token error and null pointer exception on the below activity and I cannot find out where the problem could be. I am parsing the below URL which is an XML file containing ...
5
votes
2answers
220 views
How to login into facebook in WebView if already have access token from FB SDK in Android
I'm developing android app in which I have login via Facebook SDK. In app I also have facebook social comments displayed in webview. But problem is even if user is logged through fb sdk, the webview ...
-2
votes
1answer
38 views
Annoying Syntax Error [closed]
I have a simple "Syntax error on token ";", { expected after this token", but i just can't find it... So, i know it's a noob question, but does anyone have an idea?
public class HttpService {
...
0
votes
0answers
84 views
Android authentication token invalidation does not work
I've read numerous posts about proper auth token invalidation in android but nothing seems works for me.
Please, take a look at button click listener class.
private class OnRateButtonListener ...
-4
votes
1answer
43 views
syntax error delete } [closed]
package com.example.hellokindle;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.widget.Button;
public class ...
0
votes
0answers
46 views
setAlpha Identifier error with ImageButton
import android.app.Activity;
import android.os.Bundle;
import android.widget.ImageButton;
public class SFMainMenu extends Activity {
@Override
protected void onCreate(Bundle ...
0
votes
1answer
114 views
Login to Facebook on Android and getting an access token in return
Firstly I apologize if this is a question that has been asked many times.
There have been too many different versions of doing this (many of which include code that are deprecated).
I would like to ...
1
vote
1answer
183 views
How to generate correct auth tokens
I am trying to use the Android account manager for creating my app's own account, so I have studied the example provided in the SDK.
However, I have a little problem understanding how I have to manage ...
1
vote
1answer
101 views
Android - Box-API just hangs?
I've written an application to use the box-api to upload files from a phone. I authenticate the user via:
Intent intent = new Intent(this, BoxAuthentication.class);
intent.putExtra("API_KEY", ...
1
vote
3answers
567 views
Phonegap/Pushwoosh Android retrieving Device id / Token
How to retrieve device id/ token at device registration? I am using Phonegap Pushwoosh example and it works fine. But I could not figure out how to retrieve the token at device registration ...
2
votes
4answers
2k views
Newly released “Authentication with Google Play Services”, Problems with getting a token via GoogleAuthUtil.getToken
Update:
Just now I signed up to Google API with the Google account I'm also using for the Google App Engine and now the error has changed to com.google.android.gms.auth.GoogleAuthException: Unknown
...
0
votes
0answers
340 views
Google Calendar API v3 OAuth 2.0 not working for @googlemail.com accounts?
In Android, I'm trying to get a Token for the Google Calendar API v3 using accountManager.getAuthToken(...).
This is working for @gmail.com accounts but apparently doesn't work for @googlemail.com ...
2
votes
1answer
185 views
How to create a password-less login for mobile app
I'm intested in building some kind of password-less login between a mobile app and an API (assuming I can control both). The motivation is that having to login is very annoying for users and has ...
-2
votes
1answer
60 views
add content to android app [closed]
I created an app and I want the user to be able to buy with real money virtual tokens to use.
However I cant find anything on this. How can I have the user buy the tokens from the market like ive ...
0
votes
0answers
70 views
Obtaining google auth token returns empty at first and returns token on second attempt
I am trying to obtain the google auth token I am getting this token on a button click but it doesn't seems to be working on the 1st time it returns empty string although pressing the button on the ...
-2
votes
3answers
1k views
Syntax error on token “}”, delete this token
I keep getting this error saying "Syntax error on token "}", delete this token." on the last line, why? I have searching for the error but I can't seem to find it. As you can see it's a service, ...
0
votes
0answers
171 views
How to get the correct timestamp for generating Time-based One Time Passwords
I'm creating a Time-based One Time Password (TOTP) system with the following components:
A client (Android) creates a token.
A server (PHP) validate that token.
The system is working fine, but i ...
0
votes
1answer
278 views
Text to Speech Android
I am trying to create a Text to Speech app that will remember the last sentence or part of the sentence after a comma where it was when the app is paused. Below is my code.
@Override
public void ...
0
votes
0answers
159 views
Getting facebook Access Token Android and autenticate in php server
I have an Android app with facebook sdk integrated. This works perfectly. I connect to my facebook app and get the access token.
I download the Facebook PHP sdk too. I connect correctly with this ...
1
vote
1answer
104 views
Token Pattern for Android
I have an Android project in which I get a token from the server for authentication and use it for further queries to the server. The token expires approximately in 10 minutes so I have to fetch a new ...
0
votes
1answer
137 views
Setting an array in a spinner retrieved from a database
I'm trying to make a spinner with an array that I retrieve from a database, here goes the code I'm trying to use:
Unit unit;
int idx = 1;
ArrayAdapter spinnerArrayAdapter = new ...
0
votes
1answer
431 views
Syntax Error on Token while doing the Android Time Picker Tutorial
So I've been following the time picker tutorial step by step to be found here.
Even though I went over the code again and again I can't spot where I supposedly made a mistake, I keep getting "Syntax ...
3
votes
1answer
2k views
how to securely store access token and secret in android?
i am going to use oauth to fetch mails and contacts from google. I don't want to each time ask the user to log in to obtain an accesstoken and secret. From what i understood, i need to store them with ...
1
vote
0answers
264 views
use android accoutmanager.getAuthToken to fetch accessToken and accessSecret for gmail?
is it possible to use accoutmanager.getAuthToken to fetch accessToken and accessSecret for gmail? I want to avoid doing the oauth dance and leverage on accoutmanager instead....
all codes i have seen ...
0
votes
1answer
585 views
Android C2DM sender id
I've been working with de C2DM for sometime and its has been working perfect. Recently I've bumped into a problem that I can't seem to fix and couldn't anything on this forum that might help. The ...
2
votes
0answers
203 views
get gmail Xoauthtoken ,access gmail mails?
Hi everyone,
finally, after not getting any solution for deleting the mails using contentprovider ,i moved to IMAP/POP3 libraries.Ive used xoauth library to connect to IMAP , but its ...
1
vote
1answer
503 views
Android AccountManagerFuture getResult gives IOEXcelption when trying to get authorization token
I am following Nick example on getting an authorization token from a google account.
I get stuck when calling AccountManagerFuture getResult . I'm working on my device (HTC desire) and with a local ...
3
votes
1answer
478 views
Get Google AuthSub token from android app
I'm writing an android program which must interact with google documents, so I have watched this sample, but it uses an AuthSub token. How can I get an AuthSub Token from an android app?
1
vote
1answer
379 views
Token library for Sociallib
im going to use Sociallib library in my app to interact with social networks. I referred to Google Code for some guidance. As external JARs im using following libraries:
signpost-core-1.2.1.2.jar
...
6
votes
4answers
459 views
Protect script from bots and unwanted requests posting data
I'm modifying an Android app that utilizes a webapp via a webview. Currently the the code base for the webapp is written in ColdFusion - so all the session management is done in CF. There are ...
0
votes
1answer
816 views
Android String.split() and/or StringTokenizer() not working in While loop
This is very odd...
BufferedReader br = new BufferedReader(new InputStreamReader(openFileInput("file")));
String s;
while ((s = br.readLine()) != null) {
String[] sa = s.split("a");
String a ...
1
vote
1answer
2k views
Facebook access token can not be extended
i am using the facebook android sdk, which i just downloaded from github.
i understand that the access token is just valid for a very limited time and needs to be extended every time the app gets ...
1
vote
5answers
3k views
How to call https://www.googleapis.com/plus/v1/people/me at google
I am developing an Android application and need to get the "me" info from google but I always ends up in either response code 401 or 403. What am I doing wrong?
Here is my code:
private static final ...
1
vote
2answers
2k views
runOnUiThread(new Runnable() { punctuation (token) issue
Somehow it doesn't work, according to me it should be this:
public void Splash(){
Timer timer= new Timer();
timer.schedule(new TimerTask(){
MexGame.this.runOnUiThread(new Runnable() {
...
0
votes
0answers
215 views
android:generating Authorization token(C2DM)
I am making an app in which i have to use C2DM and i need to generate authorization token. I tried the below link but all in vain:
...
2
votes
2answers
2k views
Device Token for Push Notification
I am implementing a push notification service. I would need to create a database to store all the device tokens from the 4 mobile platforms. I want to organize them accordingly to their ...
1
vote
1answer
823 views
Is this the correct approach to design a shopping cart Android application? [closed]
I have a requirement to develop a shopping cart Android application.
The features should include
Ability for any customer to register
Ability to login with his credentials
Search and select ...
0
votes
1answer
1k views
How can I detect if a string contains a URL in java? [duplicate]
Possible Duplicate:
Java-How to detect the presence of URL in a string.
Let's assume I have the string:
"I like visiting http://www.google.com and www.apple.com"
How can I tokenize this ...
1
vote
1answer
949 views
OAuth security issues on an Android mobile phone?
I am writing a client application that will run on Android phones that will interact with an OAuth server on the user's behalf. I have the OAuth server side code running on my web server for ...
1
vote
1answer
3k views
Connecting to GMAIL through IMAP using OAuth and the Google account token provided by Android's AccountManager
I want to access GMAIL through IMAP from android, using OAuth. As shown here:
http://code.google.com/apis/gmail/oauth/protocol.html#imap
I tried to use the auth token returned by the AccountManager ...
0
votes
1answer
626 views
Getting “error validating access token” error using Facebook SDK
After a few days of having my own app run on my phone I start getting this error when requseting a friend list from Facebook: "error validating access token"
I'm using the Facebook SDK with the ...
1
vote
1answer
407 views
invalid frob when getting a token from flickr api
I'm using flickrj flickr API, but I can't get a token. I managed to get a frob, and i call the method that is supposed to give me back the token after the user have authorized my application, but I ...
1
vote
0answers
421 views
Security in Webservice without login credentials
I'm development a SOAP web service version 1.1 in Java.
I have the following situation:
there's a secured channel with ssh;
customers don't have login credentials (they don't have username and ...
3
votes
1answer
2k views
What is the proper URL to get an Auth Cookie from a GAE based Application
I have an android app I want to connect to a Google App Engine based server. I can get the auth token from the AccountManager. It seems the next thing I am supposed to do is talk to an auth page to ...
1
vote
1answer
2k views
Showing custom dialog in after an Android AlertDialog-Click
i've build an AlertDialog which shows three items:
AlertDialog.Builder builder = new AlertDialog.Builder(myActivity);
...
builder.setItems(items, new DialogInterface.OnClickListener() {
...
