[PHP] Oauth2

2011-10-21 Thread chamila gayan
hi All, As Oauth2 is not yet in PHP, we have to use third party libraries. what are the recommended oauth2 libraries? I'm implementing oauth provider. thank you ~chamila

[PHP] Re: Oauth consumer and provider gives signature_invalid error

2011-10-04 Thread chamila gayan
with this code. any help would be really appreciate. ~Chamila Gayan On Mon, Oct 3, 2011 at 12:34 PM, chamila gayan cgcham...@gmail.com wrote: hi All, I'm trying develop Oauth consumer and provider as very same way of twitter. I followed the below tutorials. Here is my consumer code http

[PHP] Oauth consumer and provider gives signature_invalid error

2011-10-03 Thread chamila gayan
. ~Chamila Gayan

[PHP] lost return value during a static call

2011-09-15 Thread chamila gayan
hi All, I'm seeing a weired behavior in following code http://pastebin.com/B5q8i1RY when it goes through 2 static methods, at some point it stops returning value to the calling method. (please see comments in-line). may be I'm doing this in a wrong way so your suggestions are welcome. And I

[PHP] mysql_fetch_object() equivalent for mongoDB

2011-09-07 Thread chamila gayan
hi all, Is anybody aware of mysql_fetch_object() equivalent/similar implementation for mongoDB? we are looking for the most efficient way to store and load a php object with mongoDB. really appreciate if you can share your experience on this. thanks.. ~Chamila Gayan