Talk:UsageNotes/Forms
From Facebook Developer Wiki
At the bottom of the wiki, it seems someone has erroneously referred to showFeedDialog as the correct way to prompt for extended permissions in connect enabled applications. This, however, obviously has to be the showpermissionDialog() (FB.Connect.showPermissionDialog)
- Done. Thanks for the catch. Pete -- 563683308 21:15, 8 November 2009 (PST)
this is for testing
I want to enter some fbml tags that will be replaced with the user's names etc in a textarea, how do I do that? i.e. <textarea> Hello, <fb:name uid="12345" /></textarea> does not work
Should one use Relative or Absolute urls in the action of the form?
- Good question. Relative URLs can be used on forms in application tabs and canvas pages, but not in profile boxes. I'll add this to the article. Thanks, Pete (563683308 15:47, 29 May 2009 (PDT))
Is it possible to use the promptpermission form attribute with <fb:editor>? I don't want to have to convert my whole <fb:editor> form to an HTML <form> just to be able to prompt the user for granting my app permissions.
