Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Select only the required attributes from Graph API call

Hello all,   So inside the Web.Content I have this header where I try to specify only the required attributes :   Headers = [      Authorization = "Bearer " & GetGsfAccessToken(AppSecret),     ...