play-authenticate icon indicating copy to clipboard operation
play-authenticate copied to clipboard

Once authenticated how to send requests to the provider?

Open bravegag opened this issue 9 years ago • 2 comments
trafficstars

I'm sorry for the bit out of off topic question, but once I have an application that uses play-authenticate; what is the preferred way to make API calls to the specific provider? I could not find this in the samples ...

bravegag avatar Oct 01 '16 19:10 bravegag

Can you provide us some examples of the types of API calls you are looking to make to the specific provider?

Mule52 avatar Jan 11 '17 18:01 Mule52

For example using Scribe: https://github.com/scribejava/scribejava one can make requests to the different providers using their simple API e.g. https://github.com/scribejava/scribejava/tree/master/scribejava-apis/src/test/java/com/github/scribejava/apis/examples

While using PA I believe such api is hidden somewhere (or even provided by a 3rd party library?)

bravegag avatar Mar 07 '17 20:03 bravegag