Tagged Questions
0
votes
0answers
4 views
Using Filmaster API in Android
I've created a few Android applications, but not using networking and APIs. I need help integrating the Filmaster API (http://filmaster.org/) into an app that shows movietimes. From my web browser I ...
0
votes
1answer
21 views
What happens if two android apps register the same custom URI schema?
I'm no Android-Developer but I need to know what happens, if two applications register the same URI schema (e.g. by using an intent-filter).
Is that possible at all?
In iOS it is. Multiple apps can ...
2
votes
0answers
13 views
Eventbrite OAuth authorize Site for Mobile
My iOS and Android apps offer the possibility to attach Eventbrite to a user's profile.
However, the authorization page at "https://www.eventbrite.com/oauth/authorize",
is not well formatted for ...
0
votes
1answer
32 views
Android:Auto-login for Instagram API
I am building a simple application that connects to my Instagram account, retrieve the images and show them in a listView.
The application is working fine. I used this project to do the authorization ...
0
votes
1answer
18 views
Get full google contacts list using OAuth
I'm trying to receive the user contact list from gmail using this (http://androidwarzone.blogspot.com.br/2011/07/android-oauth-full-example-with-source.html) tutorial. Everything worked just great, ...
0
votes
2answers
76 views
Login with facebook on native android app and send access token to remote server
I'm new to oauth concept. I'm working on an android app which uses facebook login to authenticate. After the authentication is done I want to send the access token to my remote server and make API ...
0
votes
0answers
17 views
Android Yahoo OAuth website verification stuck
For my Android oAuth I have configured Mobile/ Desktop Yahoo project at http://developer.apps.yahoo.com/projects/ I successfully get yahoo authentication information: Consumer Key and Consumer ...
0
votes
0answers
43 views
Google, Facebook, Yahoo oauth/oauth2 in Android application
I need to implement Yahoo oauth and Google, Facebook oauth2 in my Android application.
Whether there are similar libraries for Android like HybridAuth that act as an abstract api between your ...
0
votes
1answer
38 views
Oauth2 Redirect URI for android application
I have created my own webservice which is protected by Oauth2. I am currently using restlet for this. It makes sense providing a redirect url when you are developing a javascript client on a certain ...
0
votes
0answers
30 views
Socialauth android get profile picture from google
I'm using this library https://code.google.com/p/socialauth-android/ to login into my application using google account. So far so good. I can get user name, email but get user profile picture. I ...
0
votes
2answers
79 views
Facebook Android Login Screen WebViewCoreThread exiting due to uncaught exception
I am trying to implement Facebook for Android in my app. I am running my app on a device with Android 2.0 .
I followed the instructions from ...
0
votes
0answers
27 views
Oauth signpost android - url with query parameters
HTTP GET without oauth works fine for url: <"xxxx.xxx.net:port/path"> and <"xxxx.xxx.net:port/path/subpath/resource?param=1">
When I use signpost for oauth, it works fine for url: ...
0
votes
1answer
47 views
Android oAuth Refresh Token returns null
I've been trying to figure this out for awhile now, cant seem to get with anything I've tried.
I cant seem to retrieve the refresh token, it would come out as blank.
public class oaUTH extends ...
0
votes
0answers
20 views
Android Readability integration
I want to use Reader API within my Android app. I try to implement OAuth authorization, because 1) don't want to store users username/password 2)XAuth didn't work and returned "Parameter not found: ...
0
votes
0answers
50 views
Reading email using Gmail OAuth 2 / Android
I've managed to successfully log into Gmail using OAuth 2 (Android; it shows "This application is requesting access to view / manage your emails"). Is it possible to retrieve the user's email from ...
0
votes
1answer
36 views
How can I get the username or email address from oauth?
I'm using the oAuth in my android application to log in into it. I would like to extract the username or email address after successfull logging in? Is there any way to do it? If yes - how?
I found ...
0
votes
1answer
68 views
How to logout from Google+ Account?
After signin up with Google plus on an Android app.
How can I logout, so I can sign in with another account.
Don't know if GoogleAuthUtil.invalidateToken is the answer or not...
Thanks
0
votes
0answers
44 views
Calling Blogger API from Android with HTTPGet
I'm trying to access the google Blogger API from an Android App. I have gotten OAuth2 working and it seems to be returning valid OAuth tokens. Here's what I'm tryiing to do:
My url is formed like ...
10
votes
3answers
205 views
Secured RESTful API that can be used by Web App (angular), iOS and Android
I have to lay out a plan to develop a RESTful API (Python/Flask) that could be used by our future web app (Angularjs) and mobile apps (iOS/Android).
I have been researching for three days and have ...
0
votes
0answers
60 views
My Linkedin API key using scribe is not working
I have followed this tutorial to connect my Android app with linkedin using Oauth(Scribe).
Here is the link
The problem is that it only works for his API key & Secret Key.
**Here is the download ...
0
votes
0answers
44 views
OAuth protocol using Scribe in Android
i'm developing an app using Scribe library in android. Fitbit's don't let me allow/deny the access to my personal info's ...
here is my code :
public class Main extends Activity {
final static ...
0
votes
3answers
100 views
Verify Gmail OAuth2 token and client spoof
I'm following THIS example in order to allow the user to log in with his Google account in a remote server.
Basically I get the access_token in the client and send it to my server. In the server I ...
0
votes
0answers
21 views
OAuth+GetGlue = getQueryParameter returns null
I'm trying to do check'ins to GetGlue using GetGlue API. I have this code from SeriesGuide GitHub.
I'm new with Oauth and I don't know why it doesn't work because
...
0
votes
2answers
119 views
What is the proper way to validate google granted OAuth tokens in a node.js server?
I'm trying to authenticate a mobile application for the Android platform to a custom node.js server api. I would like to use Google OAuth2 tokens for this rather than roll my own authentication, since ...
2
votes
0answers
96 views
Android rest client to magento
I'm trying to build an Android app that consumes data from a Magento Server. I'm looking for a good sample (using oAuth authentication) or even a framework that would help me to make it faster. Any ...
15
votes
1answer
975 views
Shouldn't Android AccountManager Store OAuth Tokens on a Per-App/UID Basis?
Android's AccountManager appears to fetch the same cached auth token for apps with different UIDs - is this secure? It does not seem compatible with OAuth2, since access tokens are not supposed to be ...
4
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
1answer
491 views
Android OAUTH tokens storage
Where should the token be saved after they are retrieved from a OAuth flow? Is it better to save them in a local database on the phone, or am I missing a better way?
Thanks for the inputs.
1
vote
1answer
1k views
Two-legged OAuth2 Example in Java?
I've got an example web.py app supplying REST services + OAuth2. In Python, a client app goes through the process of generating an OAuth2 consumer, request, signing it, etc. something like this ...
2
votes
1answer
1k views
Signpost OAuth on Android: how to re-create the Consumer between two succesive runs?
I'm succesfully using Signpost to authorize calls to protected resources in a Google account via OAuth.
However it seems a bit weird that the user has to go each and every time through Google and ...