Hello,
What happens is that our application is in charge of several websites and the data that gets tweeted comes from specific websites. We would like for tweets to say via XWebsite (and link to that specific website) instead of via XApp (and link to a URL which is irrelevant to the users).
From what I can tell at this point, our only solution is to create an application for each website and to get access tokens for each user, for each application, which is a bit over the hand, generating a lot of redundant data (lots of app credentials and associated access tokens and secrets).
So, is there an elegant way to define and use different sources?
Edit: Just realized this section might not be the right one, let me know if it isn’t and I’ll move it to REST
Thank you,
Razvan