Connect Social Accounts

Hi All,

I’m working on small app like buffer where i need to attach multiple social accounts to user and post content on behalf of them.

As I don’t need any social logins I cannot use accounts-facebook and account-twitter packages.

I’m planning to create new collection where I save all the accounts linked to the user. Here I want to save accesstoken and other stuff.

What is the best way to do it? Did anybody tried manual redirect flow for fb yet? Does anyone have pointers where I can start on this?