-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error in libcurl / curlrules.h in 0.9.0 master branch #18
Comments
Hm. Unfortunately I have no idea about this one. I use ofxHTTP (with built-in oauth) for Twitter, etc these days. |
@bakercp I wonder if it's because libcurl is built for 32bit. I am currently trying to build 64 bit version but no luck. I got lots of undefined symbols like this: Did you build the static library on your own? Or where did you find the libcurl static library? Thanks! |
Yes, I think that's the problem. What are you trying to access with this library (I'm about to deprecate it as soon as I release my Twitter add-on). Everything this library can do ofxHTTP can do, without any precompiled libraries. |
I am trying to upload gif files to twitter and tumbler through my openframework application. Is your Twitter add-on a replacement of ofxOAuth? Do you think I can use ofxHTTP to do this as well? Thanks in advance! |
hey @ukelady I'll add you to the private repo. There's an example for uploading images. |
That's awesome!! Thanks!! On Sat, Apr 30, 2016 at 7:54 PM, Christopher Baker <[email protected]
|
No problem @ukelady at some point in the very near future, I'll be releasing ofxTwitter (I just changed the name on the advice of @danomatika, who has been beta testing w/ his students). Feel free to contribute. Once I release ofxTwitter, I'll deprecate ofxOAuth (though ofxHTTP can already do oAuth1+2). See https://github.com/bakercp/ofxCloudPlatform/ for an example of an oAuth2 google client. |
Hi Christopher, I've got the example project compiled! (setting up twitter app at the On Sat, Apr 30, 2016 at 8:41 PM, Christopher Baker <[email protected]
|
Yes, it definitely requires ofxHTTP develop, sorry that wasn't clear. When I release ofxTwitter, I'll push ofxHTTP develop to master. Glad it's working. |
Has there been any progress on fixing the twitter example or a new ofxTwitter addon ?? |
Hey again @bakercp , any idea if I can fix this error?
Xcode 6.3.2 and 10.10.4
The text was updated successfully, but these errors were encountered: