ios - Post on facebook using url scheme -
i've looked on dozen or posts on so, , found no reply question
i trying post status update via native facebook app found url scheme : fb://publish/profile/me?text=foo
supposed it
several times tried
[[uiapplication sharedapplication] openurl:[nsurl urlwithstring:@"fb://publish/profile/me?text=foo"]];
the first 3 or 4 times tried, opened facebook app post update section, foo not nowadays in text.
then after few more tries, app opened facebook app, never reaching update status section.
how can open facebook app , go update status section , set "foo" in status update text ?
ios facebook url-scheme
No comments:
Post a Comment