0
votes
0answers
8 views

Long lasting Google OAuth2 client-side authentication

Can a pure client-side JS application using Google OAuth2 stay authenticated for a long period of time (days/weeks)? As I understand it the token you get for client-side applications usually expires ...
1
vote
0answers
8 views

Is it possible to use the Yahoo BOSS OAuth with javascript only?

Here is the problem, I have a google chrome extension and I want to use the BOSS API in it. The problem is that I do not know if it is possible to use the API without a webserver running. The ...
0
votes
1answer
16 views

Should I send user tweet from browser side or server side?

My web application would send tweets on users' behalf. After getting the token through the Oauth process, I can think of 2 ways to post the tweet: Send the token to browser, and use javascript to ...
0
votes
0answers
33 views

Using Imgur Api v3 to upload to personal account

Im creating a web app and I need to upload images to imgur from the web app. I want to images to go directly to the web apps account on imgur and into a private album. I can get the images to upload ...
0
votes
1answer
54 views

Javascript; Server-less retrieving of unread emails with Gmail API

Thanks to OAuth2 many APIs are accessible from client side without any server. I'm trying to do that with the unread emails in Gmail. With the OAuth2 playground it is possible to achieve that. ...
0
votes
0answers
35 views

Twitter authentication without PIN and redirection - async

Is there a way to authenticate without PIN and redirection in browser application like Facebook and LinkedIn do this when authenticate async by JS ? (I'm using codebird-js)
0
votes
0answers
42 views

How can i update this code for using the new API 1.1 of Twitter?

I need to update this code for using the new API 1.1 of Twitter... I'm not a genius in PHP, indeed i don't know where to start. I already created the application on Twitter, i tried to update some ...
0
votes
0answers
13 views

How should I use my own OAuth2 service with a javascript web app without looking like a 3rd party app?

I've been debating this with my colleagues but we have no clear solution. OAuth gurus, your wisdom is needed please! Context: My company "CompanyX" is exposing a set of REST APIs which are ...
0
votes
1answer
29 views

How to connect Chrome Extension to Youtube Analytics API?

I'm trying to use oAuth to connect a Chrome extension to the Youtube Analytics API. I've followed the following guide: https://developer.chrome.com/extensions/tut_oauth.html, but the request keeps on ...
0
votes
0answers
20 views

Websearch through Yahoo BOSS in Chrome extension

Chrome has its own oauth library that works a little different from the examples on the Yahoo Boss website. I can't seem to find how to use the Yahoo BOSS API in a Google Chrome extension. Does ...
0
votes
0answers
23 views

Facebook Integration without USER sign on

I am working on an Angular APP and I Want to call out to my Facebook page to display specific posts. I am able to do it all when I am logged into Facebook through the login feature. I'd like to ...
0
votes
0answers
30 views

Github connect by using oAuth in javascript

Is it possible to connect with Github using oAuth in JAVASCRIPT/AJAX/JQuery I have came across with its implementation in php and node.js, but i need to have it in js. Is it possible. Any links? As ...
0
votes
0answers
32 views

Watch url location changes in popup window [closed]

I've opened a popup window with javascript. Is it possible to register to receive any kind of callback each time the URL of the popup window changes? The popup starts an oauth process with Instagram ...
0
votes
0answers
37 views

Facebook login without redirecting or popup

I've been going through the facebook dev guides and there doesn't seem to be anything mentioning logging in locally. Is it possible to display a login form within my web app and handle all facebook ...
1
vote
1answer
121 views

Yahoo authentication by OAuth without any redirection(client-side). Is it possible?

Is there a way to make a oauth authentication (get the user token and secret) without any redirection or refreshing my app page. So the flow should be: Users clicks the "Login with Yahoo!" button ...

1 2 3 4 5 18
15 30 50 per page