Questions tagged [salesforce-conntected-apps]

4 questions
2
votes
0 answers

How to use Firebase Device token (Android) as recipient Ids in salesforce custom notification Flow

I am trying to add android device token(Firebase)in the recipient ids of custom notification flow but its showing as an invalid parameter. But its working when I tried using a Test Push notification in salesforce using the same device token. [] I…
0
votes
0 answers

Invalid Session When Attempting To Call API Endpoint From Different Edition of Salesforce

Connected app has been setup with oAuth and necessary scopes for REST API. The access token and refresh token can be generated successfully when trying to login with different Salesforce Edition account. But when trying to make GET requests using…
0
votes
0 answers

Salesforce OAuth 2.0 flow using Connected app redirects to the home page of the org

I have implemented the OAuth 2.0 flow using the Connected app in one of my applications. It works fine for most of the Salesforce orgs except one which takes me to that org's home page instead of returning tokens and redirecting me to my callback…
Jayakrishnan
  • 4,232
  • 2
  • 23
  • 35
0
votes
0 answers

Salesforce connected app shows API_DISABLED_FOR_ORG error

I am creating a connected app to call some APIs on behalf of a user. The connected app is created from an account under Developer Edition. Now, when the user with Professional Edition connects to the app, I am able to complete the oauth flow and…