Khushal Shahkhushalshah.hashnode.dev·Mar 19, 2024Find Users with no profile photo on MS Teams using Power AutomatePurpose Profile picture on a name helps recognizing coworkers easily among thousands of other people in a organization. Not setting a picture in a profile would not look nice as it reflects to most of the productivity, communication and collaboration...Power Automateprofilephoto
Computer Coding Classcomputercodingclass.hashnode.dev·Aug 16, 2023How to Download Facebook Profile Picture using Python#python #facebook #api #automation #coding #programming In this program, we will create a facebook bot using facebook graph api access token with python that will download facebook profile picture of a user. User must be owner of that facebook accoun...Python
Nafisa Nawernnawar706.hashnode.dev·May 14, 2023Manipulate Facebook Business Page using Facebook Graph API in Laravel 10This article contains a quick tutorial with a few lines of code for Facebook Login on your App using OAuth 2 along with manipulating the Facebook Business page using Facebook Graph API. Step 1: Create an app in Facebook Developer Console To start the...638 readsLaravel
Ondrej Sebeladoitpshway.com·Feb 9, 2023Graph API and Microsoft Graph SDK module tips & gotchasSeveral weeks ago I started to migrate our PowerShell scripts from using soon-to-be-deprecated AzureAD and MSOnline modules and replace them with the Microsoft Graph SDK module. During this time I came across various gotchas that I will summarize in ...4.0K readsPowershell
Ondrej Sebeladoitpshway.com·Feb 9, 2023How to find and replace commands from AzureAD and MSOnline deprecated modules in your scripts for the Graph onesIf you are using PowerShell modules AzureAD, AzureADPreview, or MSOnline in your scripts you should be aware that they are gonna be retired on 30.6.2023. Moreover licensing MSOL cmdlets will stop working on 31.3.2023! So now is a good time to start r...4.5K readsPowershell