To get the post and questions in my community. I need to authenticate to my experienced cloud gone through this url which says that after authenticated your app it gives a code but for me it gives a accessToken. When i try to call some api (https://comcommunity.force.com/services/data/v56.0/chatter/users/me) with that accessToken which showing some error like this
[
{
"message": "The Chatter Connect API is not enabled for this organization or user type.",
"errorCode": "API_DISABLED_FOR_ORG"
}
]
Hi @Keiji Otsubo,
I just created a app in Salesforce. I need to fetch some data in my community that i created in Salesforce (https://comcommunity.force.com/s/). How can i do that ? (this) is the link i followed . But i'm stuck after after user authenticating my app ( got accessToken and signature in redirect url that i given). #Salesforce Developer #API #Salesforce Developers