Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand the documentation for get_connection #400

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 28, 2017

  1. Expand the documentation for get_connection

    The field expansion feature of GraphAPI can be efficiently used through the 'fields' parameter of the get_connections method. This means that the user can obtain info from both the referenced edge in 'connection_name', and the node that is connected to 'object_id' through said edge. Doing so is very useful, as it can reduce the amount of calls to the API, and help the user access richer data through a simpler query. This information is not intuitively acquired from either the Facebook SDK for Python docs, or the GraphAPI reference guide.
    Drauda1 authored Nov 28, 2017
    Configuration menu
    Copy the full SHA
    bab57f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Update api.rst

    Drauda1 authored Jan 7, 2019
    Configuration menu
    Copy the full SHA
    9f06b3b View commit details
    Browse the repository at this point in the history