[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-03 Thread chamila gayan
cond week struggling with this code. any help would be really appreciate. ~Chamila Gayan On Mon, Oct 3, 2011 at 12:34 PM, chamila gayan wrote: > > hi All, > > I'm trying develop Oauth consumer and provider as very same way of twitter. > I followed the below tutorials. He

[PHP] Oauth consumer and provider gives signature_invalid error

2011-10-03 Thread chamila gayan
them. thanks a bunch . ~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 rea

[PHP] mysql_fetch_object() equivalent for mongoDB

2011-09-06 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

Re: [PHP] ldap_bind() connectivity

2010-03-15 Thread chamila gayan
if you sure you have valid credentials check your account and sure it hasn't locked, perhaps it may locked. On Mon, Mar 15, 2010 at 2:42 PM, Peter Lind wrote: > You might want to check what the function outputs with: > > var_dump($ldapbind); > > after the call to ldap_bing(). That way you'll kn