Skip to content

Instantly share code, notes, and snippets.

@pbroschwitz
Created March 27, 2012 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbroschwitz/2214432 to your computer and use it in GitHub Desktop.
Save pbroschwitz/2214432 to your computer and use it in GitHub Desktop.
Facebook Application to Tab
<html>
<head>
<title>Add Facebook Application to Tab</title>
</head>
<body>
<form action="https://www.facebook.com/dialog/pagetab" method="get">
<p>Fill your application details and press Submit, a dialog will appear to choose which page to add the app to.</p>
<label for="app_id" title="You can find your APP_ID at https://developers.facebook.com/apps/">App ID</label>
<input id="app_id" name="app_id" size="18" type="text" />
<label for="next" title="You can just give the 'WebsiteSite' &gt; 'Site URL' from your application settings">App/Next Url</label>
<input id="next" name="next" size="50" type="text" />
<input type="submit" value="Submit" />
</form>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment