I'm trying to create a twitter client for palm's native development kit. I'm using liboauth. Currently, I'm just trying to link against i386. I've compiled libcurl and all dependencies for i386. I only added support for http, https, and file URLs to libcurl. When try to GET a request token from twitter using https, I get a NULL reply. If I use http I get a successful reply. Twitter's API says I should use https for all oauth requests, so I assume they'll shut off http eventually. The oauthexample.c test program runs successfully in both GET and POST modes. However, it only uses HTTP, not HTTPS.
Does anyone have any suggestions for how I might debug this? Thanks. -Heath -- You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/oauth?hl=en.
