[oauth] OAuth2.0 implementation published at http://oauth.net/2

2014-03-22 Thread rossi
Does anybody knows the answer of the following question? What are the requirements for an OAuth2.0 implementation to be published at http://oauth.net/2 in Code section? Best regards, Rossi -- You received this message because you are subscribed to the Google Groups OAuth group. To unsubscribe

[oauth] liboauth can not access twitter when --enable-builtinhash

2014-03-22 Thread shaozheng wu
Now I am using liboauth to access twitter api. it works normally when require openssl. But I do not want to use openssl nor nss. so I --enable -builtinhash. Now when I access twitter api. it return {errors:[{message:Could not authenticate you,code:32}]} Can anybody give me any advice? Thanks a