forked from lloydsparkes/unoffical-twitter-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
11 lines (6 loc) · 939 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
Unoffical Twitter SDK
While creating an app which needed simple twitter interactions i found that all of the exisiting libraries used OOB signon. I also found that all the libraries looked different to the facebook login method. What i have done is using the code from the facebook-ios-sdk built something that behaves the same as the facebook-ios-sdk without using OOB login for oAuth.
The license is Apache 2.0, as i copied a lot of code from the facebook-ios-sdk. All of the copied code is in TwitterDialog.h/.m
I also copied alot of code from https://github.com/jaanus/PlainOAuth as the basis of this project.
The credit here should really go to Facebook and Jaanus Kase because all i have done is put their code together and made something new.
It should be fairly self explanatory to use, but it was written quickly and might still be buggy. If you know of any bugs please tell me so i can fix them, or submit a pull request.