Summary of "Week-2.2 Trust and Credibility on OSM"

Summary of "Week-2.2 Trust and Credibility on OSM" Video Tutorial

This tutorial is part of the PSOSM course and focuses on using the Facebook Graph API to collect data, exploring the concepts of access tokens, permissions, API versions, and practical data extraction from Facebook pages, posts, groups, and events. It provides a developer’s perspective on interacting with Facebook data programmatically.


Main Ideas and Concepts


Detailed Methodology / Instructions

  1. Accessing Graph API Explorer
    • Go to developers.facebook.com.
    • Navigate to Tools & Support → Graph API Explorer.
    • Log in with your Facebook account.
  2. Generating Access Token
    • Click “Get Access Token” → “Get User Access Token”.
    • Select required permissions (e.g., email, user_birthday, user_education_history).
    • Confirm permissions in the dialog box.
    • Copy the Access Token from the bar.
  3. Making API Requests
    • Enter query in the Query Field (e.g., me?fields=id,name,email).
    • Click Submit.
    • Review returned JSON data.
  4. Handling Permissions Errors
    • If errors occur, revisit the Access Token generation.
    • Add missing permissions.
    • Regenerate token and retry.
  5. Exploring Data Types
    • Retrieve friends (me?fields=friends).
    • Retrieve posts (me/posts).
    • Retrieve reactions on posts (post_id/reactions).
    • Use filters for specific reactions (

Category ?

Educational

Share this summary

Video