Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

microsoftgraph/xamarin-csharp-photosender-sample

Repository files navigation

[ARCHIVED] Xamarin Forms Microsoft Graph Sample

IMPORTANT

This project is being archived and replaced with the Build Xamarin apps with the Microsoft Graph SDK training. As part of the archival process, we're closing all open issues and pull requests.

You can continue to use this sample "as-is", but it won't be maintained moving forward. We apologize for any inconvenience.

Configure the sample

Register a native application in the App Registration Portal

  1. Open a browser and navigate to the Azure portal – App registrations and login using a personal account (aka: Microsoft Account) or Work or School Account.

  2. Select New registration.

    A screenshot of the App registrations

  3. When the Register an application page appears, enter your application's registration information:

    • In the Name section, enter a meaningful application name that will be displayed to users of the app, for example Xamarin PhotoSender.
    • In the Supported account types section, select Accounts in any organizational directory.

    A screenshot of the Register an application page

  4. Select Register to create the application.

  5. On the app Overview page, find the Application (client) ID value and record it for later. You'll need it to configure the App. Id for this project.

    A screenshot of the application ID of the new app registration

Add the application ID to the project

Replace the text [APP_ID_HERE] in the following files.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Copyright

Copyright (c) 2019 Microsoft. All rights reserved.