Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 or 3 different accounts by social network #338

Open
kodjoe opened this issue Jul 16, 2018 · 4 comments
Open

2 or 3 different accounts by social network #338

kodjoe opened this issue Jul 16, 2018 · 4 comments

Comments

@kodjoe
Copy link

kodjoe commented Jul 16, 2018

Hi can we provide 2 or 3 different accounts by social network.
I mean for example if we use instagram, can we have 2 different accounts in the feed.
By modifying the original code :

// INSTAGRAM
instagram:{
    accounts: ['&24************47'],
	//Array: Specify a list of accounts from which to pull posts                             
    client_id: '64************4d',       
	//String: Instagram client id (option if using access token)
    access_token: '24************rf', 
	//String: Instagram access token
    limit: 20    
},	

By this code :
//accounts: ['&2447','&1423'],
//Array: Specify a list of accounts from which to pull posts
//client_id: ['644d','c340'],
//String: Instagram client id (option if using access token)
//access_token: ['24rf','149a'],
//String: Instagram access token
limit: 20
//Integer: max number of posts to load
},

thank you

@HartLarsson
Copy link
Contributor

HartLarsson commented Jul 17, 2018

because Instagram like also Fb limit to your account and your Token the abilty to grab feed is impossible (i think) to grabs with same token from different accounts.

What you suggest is an athorization extension to multiple feed/accounts and need a complete plugin rework.

@kodjoe
Copy link
Author

kodjoe commented Jul 17, 2018

Yep i have 2 differrent instagram accounts, it means 2 client id, 2 token and 2 different user id. My code example stream only one account. And if i put 2 user id with same cliend id and token, only the account of the second user id will work. So to you, it's impossible to mix them and see them in the same wall with this code ? Is it hard to achieve that ???

Thanks a lot for your answer

@HartLarsson
Copy link
Contributor

As i told before need a complete core code rewrite.

@kodjoe
Copy link
Author

kodjoe commented Jul 17, 2018

ok thanks a lot for your answer @HartLarsson ;D so we will stay with one account by social network at this time !!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants