criso / fbgraph

NodeJs module to access the facebook graph api
http://criso.github.io/fbgraph/
1.09k stars 176 forks source link

fbgraph.get() showing https error #62

Closed somsharan closed 10 years ago

somsharan commented 10 years ago
 fbgraph.get('/me',{access_key: res_accesskey}, function(error, data) {
    console.log(error);
 })

when i call the above function i get the below given error:

{ message: 'Error processing https request',
exception: 
[Error: 3086730960:error:0607907F:digital envelope       routines:EVP_PKEY_get1_RSA:expecting an rsa key:../deps/openssl/openssl/crypto/evp/p_lib.c:288:
 ] }

I have the updated version of node and even checked by setting "strictSSL" to false. please guide me regarding this.

udomsak commented 10 years ago

This library has some problem with Node-webkit i don't know what happen but when i try in outside Node-webkit enviroment it work fine. ( console calling )

Anyone can guide me what this problem come from ??

criso commented 10 years ago

Stack overflow is better suited for this question