{"id":22349916,"url":"https://github.com/mediaexplorer74/msgraph","last_synced_at":"2025-03-26T11:24:58.180Z","repository":{"id":152190637,"uuid":"453662515","full_name":"mediaexplorer74/MSGraph","owner":"mediaexplorer74","description":"This is the echo of famous Project Rome. Work in progress","archived":false,"fork":false,"pushed_at":"2023-04-09T07:26:09.000Z","size":15073,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T12:35:10.779Z","etag":null,"topics":["api","graph","microsoft","microsoft-graph","project-rome","research","rnd","uwp","w10m"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mediaexplorer74.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-30T11:35:07.000Z","updated_at":"2023-04-09T07:27:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"7ea99c97-b11e-45aa-bb38-7c308ccba14d","html_url":"https://github.com/mediaexplorer74/MSGraph","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediaexplorer74%2FMSGraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediaexplorer74%2FMSGraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediaexplorer74%2FMSGraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mediaexplorer74%2FMSGraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mediaexplorer74","download_url":"https://codeload.github.com/mediaexplorer74/MSGraph/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245642476,"owners_count":20648858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","graph","microsoft","microsoft-graph","project-rome","research","rnd","uwp","w10m"],"created_at":"2024-12-04T11:09:38.644Z","updated_at":"2025-03-26T11:24:58.175Z","avatar_url":"https://github.com/mediaexplorer74.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MSGraph\n\nMS Graph RnD. Porting to W10M in progress...\n\n## My Goals\n- Main Goal. An attempt to adapt MS Graph UWP Sample via \"UWP down-shifting\", for all my devices \n(PC / XBox , and... old sweet Microsoft Lumia 950!)\n- Super goal: reconstruct Microsoft TODO API logics... as part of Microsoft Graph.\n\n## Screenshots\n![Shot 1](Images/shot1.png)\n![Shot 2](Images/shot2.png)\n\n## Progress\n- Microsoft.Graph project added (obsolete... but works)\n- Microsoft.Graph.Core project added (obsolete too)\n- Proof-of-concept\n\n## Architecture\n\n![Topology](DOCs/Topology.png)\n\n## Prerequisites\n\nTo run the completed project in this folder, you need the following:\n\n- [Visual Studio](https://visualstudio.microsoft.com/vs/) installed on your development machine. If you do not have Visual Studio, visit the previous link for download options. (**Note:** This tutorial was written with Visual Studio 2019 version 16.5.0. The steps in this guide may work with other versions, but that has not been tested.)\n- Either a personal Microsoft account with a mailbox on Outlook.com, or a Microsoft work or school account.\n\nIf you don't have a Microsoft account, there are a couple of options to get a free account:\n\n- You can [sign up for a new personal Microsoft account](https://signup.live.com/signup?wa=wsignin1.0\u0026rpsnv=12\u0026ct=1454618383\u0026rver=6.4.6456.0\u0026wp=MBI_SSL_SHARED\u0026wreply=https://mail.live.com/default.aspx\u0026id=64855\u0026cbcxt=mai\u0026bk=1454618383\u0026uiflavor=web\u0026uaid=b213a65b4fdc484382b6622b3ecaa547\u0026mkt=E-US\u0026lc=1033\u0026lic=1).\n- You can [sign up for the Office 365 Developer Program](https://developer.microsoft.com/office/dev-program) to get a free Office 365 subscription.\n\n## Register a native application with the Azure Active Directory admin center\n\n1. Open a browser and navigate to the [Azure Active Directory admin center](https://aad.portal.azure.com) and login using a **personal account** (aka: Microsoft Account) or **Work or School Account**.\n\n1. Select **Azure Active Directory** in the left-hand navigation, then select **App registrations** under **Manage**.\n\n\n1. Select **New registration**. On the **Register an application** page, set the values as follows.\n\n    - Set **Name** to `UWP Graph Tutorial`.\n    - Set **Supported account types** to **Accounts in any organizational directory and personal Microsoft accounts**.\n    - Under **Redirect URI**, change the dropdown to **Public client (mobile \u0026 desktop)**, and set the value to `https://login.microsoftonline.com/common/oauth2/nativeclient`.\n\n1. Choose **Register**. On the **UWP Graph Tutorial** page, copy the value of the **Application (client) ID** and save it, you will need it in the next step.\n\n\n## References\n\nhttps://docs.microsoft.com/en-us/graph/use-the-api\n\nhttps://docs.microsoft.com/en-us/graph/api/resources/todo-overview?view=graph-rest-1.0\n\n\n-- [m][e] 2023\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediaexplorer74%2Fmsgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmediaexplorer74%2Fmsgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmediaexplorer74%2Fmsgraph/lists"}