Skip to content

Commit

Permalink
Tweak comment in the reauth-revoke->retry->disallow case in scrumptio…
Browse files Browse the repository at this point in the history
…us to hint at developers to customize the message.

Summary:
Tweak comment in the reauth-revoke->retry->disallow case in scrumptious to hint
at developers to customize the message.

Test Plan:
re-ran scrumptious.

Revert Plan:

Reviewers: jacl

Reviewed By: jacl

Differential Revision: https://phabricator.fb.com/D590875
  • Loading branch information
chrisp-fb committed Oct 3, 2012
1 parent b224815 commit f183452
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions samples/Scrumptious/scrumptious/SCViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,11 @@ - (void)postOpenGraphAction {
[self postOpenGraphAction];
}
else{
//If we are here, this means the user has disallowed posting after a retry
// which means iOS will have turned the app's slider to "off" in the
// If we are here, this means the user has disallowed posting after a retry
// which means iOS 6.0 will have turned the app's slider to "off" in the
// device settings->Facebook.
// You may want to customize the message for your application, since this
// string is specifically for iOS 6.0.
[[[UIAlertView alloc] initWithTitle:@"Permission To Post Disallowed"
message:@"Use device settings->Facebook to re-enable permission to post."
delegate:nil
Expand Down

0 comments on commit f183452

Please sign in to comment.