If a user wants to do a quiz on my website and when he answers 3 questions correctly, he can post this to Facebook. If posted to Facebook by the user, then I need a call back to my website so I can reward the user.
Which steps does this process take? I think the following, can you confirm?
- User enters my site
- User answers questions
- On the last page it says 'congrats, well done' And i allow the user to click a button that links somewhere. Where does it link to?
- By clicking on the button a message gets posted 'Facebookname; Correctly answered 3 questions and is rewarded!
- I receive a callback or if not possible i inmediately after the user presses button in step 3 reward the user.
Is this flow correct? Can more details (flow wise, technical, API references) be added?