The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
1answer
76 views

Is it possible in a visualforce page to, in a simple way, synchronize a selectList with a select inside a canvasApp?

Ok, here is the setup: I've a Canvas App with a select in it; I've a Visualforce page with a selectList element filled with the same options as the select in the Canvas App, and a canvasApp element ...
4
votes
1answer
80 views

What's the parameters atribute in apex:canvasApp used for?

I'm experimenting with the Canvas feature, and embedding it in a Visualforce page, from where I hoped I would have some control over the canvas. Now, the apex:canvasApp has a property called ...
6
votes
3answers
140 views

Connected apps section is missing in my developer account

Connected app section is missing in my developer account! Is there any permission I should enable to create connected apps in salesforce.com?
1
vote
2answers
46 views

Disallowing Login from Connected Apps

I have two connected apps in my developer org. One is for Android and other for iOS devices. What I want to know is why a user can have multiple login sessions in different devices (or same). Is there ...
2
votes
1answer
90 views

Getting a per-application/anonymous client id for REST API

I want to get a desktop app to access the REST API. I currently have set up a connected app and am using that personal client id. Is there a way to get some kind of partner/anonymous client id so ...
2
votes
1answer
99 views

Not getting a refresh_token after switching to Connected Apps

I recently moved my codebase onto a new development org, and had to switch from "Remote Access" configuration to "Connected Apps" for my OAuth2 Web Services flow. After getting everything set up, I ...
3
votes
2answers
111 views

How to make a connected app appear in the application switcher?

I want my connected app to show up in the application switch. According to the pilot documentation, this should be possible by editing the "Start URL" field when managing connected apps. But when I go ...
4
votes
1answer
589 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 ...