SocialAll
SocialAll API library for Node.js
Note: SocialAll is an unified API for 15+ popular social networks that supports social login, posting (supported video & photo), messaging and friends inviting.
Installation
$ npm install socialall
Go to SocialAll and register an application for free.
Usage
var SocialAll =sa = app_id secret_key;console;
API
sa
network
--string
-- see networkscallback_url
--string
- returns
string
login url
sa
token
--string
callback
--function(err, user)
sa
token
--string
-- token given by SocialAllcallback
--function(err, friends)
sa
token
--string
message
--string
callback
--function(err)
sa
token
--string
message
--string
friends
--array
-- list of friend's IDstitle
--string
callback
--function(err)
Networks
- disqus
- foursquare
- github
- lastfm
- live
- mailru
- plurk
- tumblr
- vkontakte
- wordpress
Bugs and Issues
If you encounter any bugs or issues, feel free to open an issue at github.