The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
38 views

How to create an app/package whose sole functionality is to redirect? [duplicate]

I want to create an app/package to be published on the appexchange. The only functionality of that app/package will be to redirect the user to a configured URL in the app. This will happen once ...
1
vote
1answer
37 views

Is there a way to retrive client id and call back url from the entries in remote access by just knowing login details

Is there a way to retrieve client id and call back url from the entries in Setup -> Develop -> Remote Access by just knowing login details? Like if I want my desktop app to be dynamic and should be ...
1
vote
0answers
61 views

Outlook plugin and LoginHistory

Is there a way to recreate the function that shows and counts Outlook plugin accesses on the user detail page ? My aim is to see which users connected successfully through Outlook, and when, so as to ...
4
votes
1answer
113 views

Salesforce Developer Workbench Hosted Version OAuth Error - Remote Access Authorization Error

On attempting to log in to the hosted Workbench site https://workbench.developerforce.com with my force.com credentials, I am constantly getting an error that seems to be OAuth flow related. But I am ...
2
votes
1answer
63 views

OAuth API doesn't send refresh token with custom redirect_uri

If I put this link in my web browser (I put them on separate lines for readability): https://login.salesforce.com/services/oauth2/authorize ?response_type=token &client_id=MY_CONSUMER_KEY ...
4
votes
1answer
581 views

How to publish a connected app (the replacement for Remote Access settings)

So I am trying to setup a remote access piece for using OAuth for a rails app. Remote Access in this org seems to have been removed and replaced by the new Connected Apps feature. When I create a ...