I'm making a My Yahoo application and I want to call some PHP code from my small view. But the only way to load that PHP seems to be to make a link to the canvas view.
So is there any way to:
1) Load server-side code directly from the small view?
OR
2) Redirect back to the small view without user interaction?
Sorry, there isn't a way to dynamically load content in the small view without user interaction. Have you considered using setSmallView to push a personalized starting point for your small view that users can interact with?