Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Simplifying the Hello Facebook sample
Browse files Browse the repository at this point in the history
Summary: per title

Test Plan: ran app

Reviewers: clang, chrisp, gregschechte

Reviewed By: gregschechte

CC: msdkexp@

Differential Revision: https://phabricator.fb.com/D583796
  • Loading branch information
onebit committed Sep 25, 2012
1 parent 5053410 commit 7f62269
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -154,7 +154,7 @@ - (IBAction)postStatusUpdateClick:(UIButton *)sender {

// if it is available to us, we will post using the native dialog
BOOL displayedNativeDialog = [FBNativeDialogs presentShareDialogModallyFrom:self
initialText:message
initialText:nil
image:nil
url:nil
handler:nil];
Expand Down

0 comments on commit 7f62269

Please sign in to comment.