I want the following flow in my application
- User clicks on an action posted on the timeline
- Application approval form appears
- User approves application
- User is redirected to a website page
Basically it is suppose to work the same way it works for socialcam.
The problem is that Open Graph actions require OG metatags in the object referenced by the action and I cant redirect it to the registration.
It seems to be a very basic flow but I couldn’t find a way to do that can anyone explain how it can be done?
You’ll have to perform a JavaScript redirect from your Canvas URL.
In PHP, you’d echo the JavaScript like this –