Skip to content

Commit

Permalink
a couple of small cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Yariv Sadan committed May 17, 2011
1 parent a381c82 commit 8313546
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Facebook.m
Expand Up @@ -35,8 +35,6 @@
@interface Facebook ()

// private properties

@property(nonatomic, copy) NSString* appId;
@property(nonatomic, retain) NSArray* permissions;

@end
Expand All @@ -49,7 +47,6 @@ @implementation Facebook
expirationDate = _expirationDate,
sessionDelegate = _sessionDelegate,
permissions = _permissions,
appId = _appId,
localAppId = _localAppId;


Expand Down Expand Up @@ -238,8 +235,6 @@ - (void)authorize:(NSArray *)permissions
* Also note that requests may be made to the API without calling
* authorize() first, in which case only public information is returned.
*
* @param appId
* The Facebook application id, e.g. "350685531728".
* @param permissions
* A list of permission required for this application: e.g.
* "read_stream", "publish_stream", or "offline_access". see
Expand Down

0 comments on commit 8313546

Please sign in to comment.