Is there a way using the Twitter API to get the details of a
registered API application if we know the consumer key & secret of the
application.  Basically, we have a generic class that does not know
anything about how it will communicate with the Twitter API until a
consumer key and secret is passed at runtime.  We want to be able to
return some basic information such as the name of the registered
application, return URL, etc. once we determine the consumer key and
secret.

FYI, we are using oAuth.

Reply via email to