criso / fbgraph

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

App with api Fb #6

Closed alexgenovese closed 12 years ago

alexgenovese commented 12 years ago

Hello, I would like to configure my app with the its key and the relative secret key... how can I do ?

Once configured I would to send a message...

Thanks for your help. -A

criso commented 12 years ago

Take a look at: http://criso.github.com/fbgraph/

look at the section Publish data to the Graph Api to send a message and look at: Rockin' it on an Express App for an app setup

alexgenovese commented 12 years ago

Thanks criso but it's only for facebook, I must install another module for twitter and the other socials. I think I must develop one by myself..

criso commented 12 years ago

take a look at: https://github.com/bnoguchi/everyauth

alexgenovese commented 12 years ago

I saw this module but It's not configurable to call Graph API simply like in php with an app with secret key and app key.