Talk:Express Registration

From Facebook Developers Wiki

(Redirected from Talk:Registration Links)
Jump to: navigation, search

<math>--578948609 17:53, 10 November 2007 (PST)[[Media:[asdfed]]]</math>

[edit] encoding of "next"

Some examples help here.

1. next=/welcome.php

After application enabled by FB, the callout is to: apps.facebook.com/appname/welcome.php&auth_token=xxx&installed=1

2. to encode a variable=value:

must use URI codes for ? and =, next=%3Fvariable%3Dvalue The callout is to: apps.facebook.com/appname?variable=value&auth_token=xxx&installed=1