PHP Classes

starting from scratch

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  starting from scratch  >  (Un) Subscribe thread alerts  
Subject:starting from scratch
Summary:basic how to use this library
Messages:2
Author:ken
Date:2014-12-11 23:45:47
 

  1. starting from scratch   Reply   Report abuse  
Picture of ken ken - 2014-12-11 23:45:48
I have written just written my first API. I would like only my client code on a different website to be able to access it.

Is there a simple and easy way to do this?


Thank you in advance

  2. Re: starting from scratch   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-12-12 02:27:45 - In reply to message 1 from ken
I am not sure what you mean. Did you write an OAuth server or a client?

This is an OAuth client. If you need to limit the number of clients that access your OAuth server, I think you need to control that on your server API side.