Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
oauth
.
Show all posts
Showing posts with label
oauth
.
Show all posts
Friday, May 5, 2017
Create public/private key pair using OAuth RSA-SHA1 method on Windows with OpenSSL
›
Download OpenSSL from http://slproweb.com/products/Win32OpenSSL.html And install on your machine. Or you can download light version from...
Sunday, December 18, 2016
Send Email Using Google OAuth & Java
›
Download source code & required jars from here For get access token & google user id click here package com . pkm . goog...
Tuesday, November 22, 2016
Write a PHP app to get/read Outlook Office 365 mail using oauth connection
›
1. Go to https://apps.dev.microsoft.com/#/appList 2. Click on "Add an app" 3. Put a name on "New Application Registration...
3 comments:
Thursday, November 3, 2016
Not receiving Google OAuth refresh token
›
The refresh_token is only provided on the first authorization from the user. Subsequent authorizations, such as the kind you make while tes...
Wednesday, July 23, 2014
Php & MySql oAuth Server & Client Example
›
Server side common.php (Need to include in all server side scripts) <?php require_once 'oauthLibrary/OAuthServer.php' ; ...
›
Home
View web version