Member Junction
    Preparing search index...

    Response from a Graph API write that returns only the new object's id.

    interface FacebookIdResponse {
        id: string;
        post_id?: string;
    }
    Index

    Properties

    Properties

    id: string

    Optionalpost_id

    post_id?: string