I have integrated FBConnect with my iPhone app.
Now i want to display a custom alert view if user has publish some post.
But i didn’t get how to make sure that user has tapped “Publish” button or “Skip” button in dialog box.
Same way i have functionality of post image on wall and i want to check whether image has posted successfully or not.How i can achieve above 2 things?
Plz gv ur answer ASAP.
Thnks in advance to all
If the user publishes, then you’ll get a call back to dialogCompleteWithUrl with something like this:
fbconnect://success/?post_id=12345
If the user presses Skip, you’ll get this (no post_id):
fbconnect://success