Custom Facebook authorize dialog? [closed] - facebook

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
This is a custom Facebook dialog? How to do similar? Are there an "official way" to do this?
See:
http://www.facebook.com/yazigi.oficial/app_352476968122012?ref=ts
I don't found nothing similar to this in the documentation and in the source code from example.

This is just the original Facebook Auth dialog, only used with parameter display_mode=async:
“async: For use only when loading a dialog via the JS SDK from within a Canvas or Page Tab App. Using async loads the dialog in a modal window. async is the default display mode within Canvas and Page Tab Apps.”
https://developers.facebook.com/docs/reference/dialogs/#display

Related

How to change Static HTML iframe tab icon [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am using the Static HTML: iFrame Tabs app to use to design landing pages for several businesses. I have designed the landing page in html and it working fine,but i need to change the Tab's icon,i need put my own icon. please help me
This application will help you with that
https://www.facebook.com/apps/application.php?id=205521576149308
it is the same application with more features including custom icon

Like button's link is not current page [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I just copied the like button link into my website. However the link given when the button is clicked is not the current page, but a more general one in my website.
I placed the like button in all my sermon pages, which is:
jubilee.org.sg/sermons/?sermon_id=303
But the link given on the facebook page is only this:
jubilee.org.sg/sermons
How can I make it point to the right page?
Facebook ignores the query string parameter of your URL. You need to setup a new URL structure like /sermons/303.
to change the url being picked by FB on diff pages you should use open graph tags..
specifically the tag
see documentaion here:
http://developers.facebook.com/docs/opengraph/

MY app is not opened inside facebook its goes to my host [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Hello my app is not opened inside facebook canvas. if I click on my app it just opens my app's profile page.. how can I do this?
When you create an application you have to define its "App Namespace" in the developers app.
You can read more here.
Your application will get a url like this : http://apps.facebook.com/{your_app_namespace}
Once the user gets to that page - facebook will load your app inside an iframe.

how to make a gadget for facebook which will share any iframe in users wall [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone tell me if it is possible to make a gadget for Facebook which has the ability to share an HTML iframe on a user's wall? I mean if a Facebook user clicks on the [Share] button then it will share an iframe on their wall.
This is not possible,
You should at least check Facebook's documentation regarding the available communication channels for applications
You might have seen people sharing videos... but this does not mean you can actually add HTML tags to embed your own external content.

Can we create iframe apps via the api? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I am adding app to fan page as a tab.I wanted to create many tab to my facebook page.Does I need to create diffrent app for that.Can we create app through code or any api?
An app can only be added one time to any given page as a tab. So you'll need to create an app for each tab you'd like to display.
At this time there is no current method of creating an app via code. There was previously a method with the old connect product but it seems to have become obsolete.