Package 

Class WebDialog.Builder

    • Constructor Detail

      • WebDialog.Builder

        WebDialog.Builder(Context context, String action, Bundle parameters)
        Constructor that builds a dialog using either the current access token, or the application id specified in the application/meta-data.
        Parameters:
        context - the Context within which the dialog will be shown.
        action - the portion of the dialog URL following www.facebook.com/dialog/.
        parameters - a Bundle containing parameters to pass as part of the URL.
      • WebDialog.Builder

        WebDialog.Builder(Context context, String applicationId, String action, Bundle parameters)
        Constructor that builds a dialog without an authenticated user.
        Parameters:
        context - the Context within which the dialog will be shown.
        applicationId - the application ID to be included in the dialog URL.
        action - the portion of the dialog URL following www.facebook.com/dialog/.
        parameters - a Bundle containing parameters to pass as part of the URL.