Hello!
I don't know what to do. I'm trying to develop a Twitter client based
on MGTwitterEngine, which use this code to define the client:
#define DEFAULT_CLIENT_NAME     @"tweetero"
#define DEFAULT_CLIENT_VERSION  @"1.7"
#define DEFAULT_CLIENT_URL      @"http://yfrog.com";
#define DEFAULT_CLIENT_TOKEN    @"tweetero"

And, It works for yfrog. I know that I need to include OAuth in my
app, but in the iPhone is very difficult to implement. Twitter can do
an special exception and register my client's name, like the old
times? All another clients for the iPhone are pre-Oauth, and uses "the
old way". Examples are Tweetie, echofon and Twitterrific.

When I try to "register" my name...
#define DEFAULT_CLIENT_NAME     @"Plumifero"
#define DEFAULT_CLIENT_VERSION  @"1.0"
#define DEFAULT_CLIENT_URL      @"http://matmartinez.net/";
#define DEFAULT_CLIENT_TOKEN    @"Plumifero"

Obviously doesn't works. Thanks and «sorry for my english».

Reply via email to