Skip to content

madapper/MATwitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MATwitter

A basic API for accessing twitter objects. This is a work in progress and I would really appreciate any feedback, suggestions and improvements to make it better.

The standard syntax is simple:

#import 
#import 

#import "MATwitter.h"

The call a class method as below:

MATwitterTweetsShow *object = [[MATwitterTweetsShow alloc]initWithID:@"450860666878832641"];
    [MATwitter getDataWithTwitterObject:object completion:^(NSObject *object) {
        NSLog(@"%@",object);
    }];

About

A basic API for accessing twitter objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •