-
Notifications
You must be signed in to change notification settings - Fork 302
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
Comments
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. |
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 |
As i told before need a complete core code rewrite. |
ok thanks a lot for your answer @HartLarsson ;D so we will stay with one account by social network at this time !!! |
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 :
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
The text was updated successfully, but these errors were encountered: