Created
March 27, 2012 09:43
-
-
Save pbroschwitz/2214432 to your computer and use it in GitHub Desktop.
Facebook Application to Tab
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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' > '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