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
0answers
35 views

Securing REST API for single page JS app?

I'm interested in developing a RESTful JSON data API using Sinatra, and have an HTML5/JS app consume that data API. Obviously the data API needs some form of authentication so that user Joe can only ...
0
votes
1answer
12 views

Oauth or OpenID to sign users into Gmail?

We currently have a corporate portal in which users authenticate and get different page views based on their access level. We have been tasked with allowing them to click a Google Mail icon to sign ...
0
votes
1answer
20 views

Google OAUTH2 - how to detect user is already logged in

I'm using Google OAUTH2 for my website. I can successfully login using the google authentication. Here is what I want to do is: 1) user goes to website homepage and user signs in by clicking "sign in ...
0
votes
0answers
33 views

Sencha touch 2 oauth2 authentication

Using OAuth 2 I need to limit user access to permitted resources only, where the connection to the API is made through an ext.js REST proxy. The ext.js proxy takes care of data retrieval and ...
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 ...
-1
votes
0answers
14 views

How to use Google's OAuth-php [closed]

In Google Auth-PHP: I am not able to understand why there 2 different modules like server and consumer.. There are 2 tables in server and in consumer name as token and registry. What is the need of ...
0
votes
1answer
49 views

Endpoints API with authentication

My question is : can I use endpoints API or a service with OAuth protocol in general, in sort of that i not need to authenticate the user all time that it send a request to the server but only the ...
0
votes
0answers
12 views

DotNetNuke As OAuth Provider - Can't Find A Good Resource

I have a DNN website with registered users. I need third parties (clients) to be able to forward to that DNN website's login page, and then redirect back to their pages with an access token, so, yes, ...
-1
votes
1answer
36 views

basic app.net implementation in ios app

I've been trying to add basic app.net implementation into my ios app and having loads of trouble for reasons I cannot figure out. All I really want to do is something simple like this: ...
0
votes
0answers
16 views

Auth dialog redirecting to App Center

We have a Facebook canvas app called 5 Star Slots. We use the Javascript SDK FB.getLoginStatus to detect whether the user has installed the app, and if not we redirect via Javascript to the auth ...
0
votes
1answer
95 views

Implementing an API Key with DotNetOpenAuth

I need to implement authentication for some web services that we will be hosting. I want to use open standards, so I am interested in OAuth. I will be using WebAPI for these services. So here's ...
0
votes
0answers
126 views

OAuth authentication clarification with Web API

Over the last few weeks I've been reading anything I could get my hands on about authentication and the different methods for securing and authenticating a user through a RESTful service, more ...
0
votes
0answers
67 views

Grape API and OAuth

I'm working on creating API for my rails application using Grape framework. I'm trying different authentication possibilities. Can someone give a simple example of using OAuth for authentication?
0
votes
1answer
39 views

OAuth2 User Credentials Grant Security

I have a couple security questions on the OAuth 2.0 User Credential Grant type and possible security attacks. So from what I understand so far, when I exchange my users username password client ID and ...

1 2 3 4 5 26
15 30 50 per page