Hi,

I already have a developer account and a standalone app which is approved. Currently we use the application to Reply, Webhooks etc.

We want to use V2 to use the search API (which we currently are not using). Do we need to move our standalone application to the Project or do we need to create a new application in the Project and submit it for approval?

If we move the existing application to the project, will the APIs that we currently use for Reply, Retweet, Webhooks, and OAuth tokens stop working?

1 Like

Yeah you need to add an app to a project to get v2 access, but remember that you can only have 1 App and 1 project to work with. It can be any app, a new one or existing one. You can switch them around later if you need.

No the v1.1 API won’t be affected. I did this and nothing broke for me.

2 Likes

Thanks for the quick response. Few more questions:-

  1. If I add a new application to the project, do I need to submit that application again for approval?
  2. Can I start slowly migrating the features from my Standalone App to this App inside the project?

My current standalone application has many users. I am just being cautious :slight_smile: Don’t want to impact my existing customers while building new features.

No, i think once your developer account is active, you can create up to 10 apps and they don’t get reviewed individually, but you should still fill in the details describing their purpose, because they may get suspended for “multiple application for the same purpose”

  1. Can I start slowly migrating the features from my Standalone App to this App inside the project?

Sure, the v2 APIs are totally separate to v1.1 so nothing currently running will be impacted.

Also, the same Access tokens and secrets will work - so you don’t need to re-authenticate anyone either.

1 Like