You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./twitters_simple_debug : just set CACERT to : /home/walter/of_v0.8.0_linux64_release/addons/ofxOAuth-linux64_wip/twitters_simple/bin/data/certdata.txt
[notice ] ofxOAuth::loadCredentials: Unable to locate credentials file: /home/walter/of_v0.8.0_linux64_release/addons/ofxOAuth-linux64_wip/twitters_simple/bin/data/credentials.xml
[verbose] ofxOAuthVerifierCallbackServer::~ofxOAuthVerifierCallbackServer: Server starting @ http://127.0.0.1:8569/
[verbose] ofxOAuthVerifierCallbackServer::~ofxOAuthVerifierCallbackServer: Server successfully started @ http://127.0.0.1:8569/
[verbose] ofxOAuth::obtainRequestToken: -------------------
[verbose] ofxOAuth::obtainRequestToken: consumerKey >key<
[verbose] ofxOAuth::obtainRequestToken: consumerSecret >secret<
[verbose] ofxOAuth::obtainRequestToken: requestToken ><
[verbose] ofxOAuth::obtainRequestToken: requestTokenVerifier ><
[verbose] ofxOAuth::obtainRequestToken: requestTokenSecret ><
[verbose] ofxOAuth::obtainRequestToken: accessToken ><
[verbose] ofxOAuth::obtainRequestToken: accessTokenSecret ><
[verbose] ofxOAuth::obtainRequestToken: -------------------
[verbose] ofxOAuth::obtainRequestToken: 0 >https://api.twitter.com/oauth/request_token<
[verbose] ofxOAuth::obtainRequestToken: 1 >oauth_callback=http://127.0.0.1:8569/<
[verbose] ofxOAuth::obtainRequestToken: 2 >oauth_consumer_key=............<
[verbose] ofxOAuth::obtainRequestToken: 3 >oauth_nonce=................<
[verbose] ofxOAuth::obtainRequestToken: 4 >oauth_signature_method=HMAC-SHA1<
[verbose] ofxOAuth::obtainRequestToken: 5 >oauth_timestamp=1390601064<
[verbose] ofxOAuth::obtainRequestToken: 6 >oauth_version=1.0<
[verbose] ofxOAuth::obtainRequestToken: 7 >oauth_signature=...................=<
[verbose] ofxOAuth::obtainRequestToken: Request URL = https://api.twitter.com/oauth/request_token?
[verbose] ofxOAuth::obtainRequestToken: Request HEADER = oauth_callback="http%3A%2F%2F127.0.0.1%3A8569%2F", oauth_consumer_key="key", oauth_nonce="key", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1390601064", oauth_version="1.0", oauth_signature="8ajRSNNj6EnRE%2B2OnH5evqxdbgs%3D"
[verbose] ofxOAuth::obtainRequestToken: http HEADER = Authorization: OAuth oauth_callback="http%3A%2F%2F127.0.0.1%3A8569%2F", oauth_consumer_key="key", oauth_nonce="azMhuCOZ5EF4PeQRmn", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1390601064", oauth_version="1.0", oauth_signature="8ajRSNNj6EnRE%2B2OnH5evqxdbgs%3D"
==================THIS IS THE INSIDE OF THE THE FUNCTION
in here
URL TO CHECK https://api.twitter.com/oauth/request_token?
SSLCACertificateFile: /home/walter/of_v0.8.0_linux64_release/addons/ofxOAuth-linux64_wip/twitters_simple/bin/data/certdata.txt
CURL RETURNED THIS: oauth_token=key.....&oauth_token_secret=secret......&oauth_callback_confirmed=true
[verbose] ofxOAuth::obtainRequestToken: HTTP-Reply: oauth_token=key......&oauth_token_secret=key.........&oauth_callback_confirmed=true
[verbose] ofxOAuth::update: Waiting for user verification (need the pin number / requestTokenVerifier!)
[verbose] ofxOAuth::update: If the server is enabled, then this will happen as soon as the user is redirected.
[verbose] ofxOAuth::update: If the server is disabled, verification must be done via 'oob'
[verbose] ofxOAuth::update: (Out-of-band OAuth authentication). Call setRequestTokenVerifier()
[verbose] ofxOAuth::update: with a verification code to continue.
È stata creata una nuova finestra nella sessione corrente del browser.
[verbose] ofxOAuthAuthReqHandler::handleRequest: request: /?oauth_token=key.........&oauth_verifier=key
[verbose] ofxOAuth::receivedVerifierCallbackRequest: Not implemented.
[verbose] ofxOAuthAuthReqHandler::handleRequest: Cookies are empty.
[verbose] ofxOAuth::receivedVerifierCallbackHeaders: Not implemented.
[verbose] ofxOAuth::receivedVerifierCallbackGetParams: oauth_token=key
[verbose] ofxOAuth::receivedVerifierCallbackGetParams: oauth_verifier=key
[verbose] ofxOAuthAuthReqHandler::handleRequest: Post Query params are empty.
Errore di segmentazione (core dump creato)
i omitted keys for obvious reasons.
The text was updated successfully, but these errors were encountered:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe8b95700 (LWP 10519)]
check_match (sym=0x7ffff4bfedc0) at dl-lookup.c:132
132 dl-lookup.c: File o directory non esistente.
I continue the conversation http://forum.openframeworks.cc/t/posting-images-on-twitter-with-openframeworks/14328/10 here, this is my log from a console:
i omitted keys for obvious reasons.
The text was updated successfully, but these errors were encountered: