PHP Classes

Thanks is not enought

Recommend this page to a friend!

      PHP OAuth Library  >  All threads  >  Thanks is not enought  >  (Un) Subscribe thread alerts  
Subject:Thanks is not enought
Summary:Use of your OAuth class into Practico's framework
Messages:4
Author:john a
Date:2014-01-27 13:04:57
Update:2014-01-28 00:35:23
 

  1. Thanks is not enought   Reply   Report abuse  
Picture of john a john a - 2014-01-27 13:04:57
Hi Manuel.

I just write you to say thanks a lot.

I'm currently using you OAuth class to support all the OAuto providers you have in the Practico Framework www.practico.org

So admin users for this framework can put any king of configuration for any provider and the Practicos frameworks links to the correct OAuth server.

Practico is a PHP Framework that allow people to build powerfull web apps without programming knowledge because is 100% visually.

You were (and will be each release) an author referred in our AUTHORS file as:

OAuth 1.0 y 2.0 Class
Location: inc/oauth/*
License: BSD license style
Made by: Copyright (c) 2012-2013, Manuel Lemos
mlemos-at-acm.org
See inc/oauth/LICENSE for details

Thanks again.

John Arroyave G.
unix4you2@gmail.com

  2. Re: Thanks is not enought   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-01-27 20:20:32 - In reply to message 1 from john a
Thanks, I am glad it worked well for the needs of your framework. Just let me know if you find any issues.

  3. Re: Thanks is not enought   Reply   Report abuse  
Picture of john a john a - 2014-01-27 21:44:32 - In reply to message 2 from Manuel Lemos
Thanks Manuel.

I think that functionallity is OK. Maybe would be very usefull if you put into the documentation which are the parameters that $user return for each provider.

Like when you do an: echo HtmlSpecialChars(print_r($user, 1))

To know what is the array that you will get on a sucefull link.

I think that People who needs to process the info will be glade for that.

Regards

  4. Re: Thanks is not enought   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-01-28 00:35:23 - In reply to message 3 from john a
Well, that varies a lot from API to API. That may be a subject to a separate class that abstracts the user profile retrieval API calls and returns the values always in the same format.