PHP Classes

Can your class currently handle this?

Recommend this page to a friend!

      PHP OAuth Library  >  PHP OAuth Library package blog  >  How to Implement PHP ...  >  All threads  >  Can your class currently handle this?  >  (Un) Subscribe thread alerts  
Subject:Can your class currently handle this?
Summary:Methodology I haven't seen before
Messages:2
Author:Nick Hustak
Date:2014-06-06 15:06:08
Update:2014-06-06 19:56:39
 

  1. Can your class currently handle this?   Reply   Report abuse  
Picture of Nick Hustak Nick Hustak - 2014-06-06 15:06:08
I've examined the document and source and I don't think you have support for this built in but I'm hoping I'm missing something.

I'm under an NDA so I can't tell you the specifics.

I'm having to authorize my company as a user to get an access token & secret token.

These tokens in addition to my consumer key/secret have to be used to sign all requests to their API. So basically four keys are involved instead of two.

Are you familiar with this? Does your class support this?

Best Regards,
Nick

  2. Re: Can your class currently handle this?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-06-06 19:56:39 - In reply to message 1 from Nick Hustak
I don't know if this is what you mean, but the class supports obtaining tokens for specific user accounts specifying the user name and password in the oauth_username and oauth_password class variables respectively.