I basically would like to be able to differentiate the owner of the app versus the viewer of the app. I know that I have the if-owner options but basically in the small view I want to link back to a full view showing information related to the owner of the app not the person who just clicked.
There is apparently a getOwner on the YahooSession class but I haven't been able to really test that properly since even after installing an application I can't get another user to actually view my small view.
... on another topic, I couldn't get setSmallView to work. I'm always getting a null response on the "put" call.
Hi Jerome,
Unfortunately, there is no way for another user to view your Small View yet. Because of this, setSmallView does not yet work. It will be functional when Small Views are made available to end users.
You've got the right idea: use yml:visible-to-owner to show a yml:a link with params to tell your app to show the view of owner-related info, which can be done without using setSmallView.