I need assistance integrating Yodlee Fastlink into our web application. As far as I can tell, I have all non-Fastlink functionality set up and working correctly (e.g. coBrandLogin, userSession, userRegistration) and saving to our database as needed. However, I can't seem to figure out how to integrate Fastlink itself. I've followed the "Integration Guide", and while I seem to successfully acquire oAuth credentials (manually via http://bit.ly/1LOhFmT), I can't seem to use the final constructed URL to invoke anything via web page or iframe.
At this point, in order to make sure I'm not missing anything, I'd appreciate an ELI5 high level overview of the steps necessary to achieve basic iframe success. As mentioned, I have basic Yodlee functionality working, with IPs properly authorized, as well as Private and Public credentials provided by Yodlee themselves. Also, the application is written in PHP so anything leaning in that direction would be most appreciated.
FYI, the last email I received from Yodlee tech support is that I need to write my own oAuth2 manager (or more likely acquire one http://oauth.net/2/) in PHP if I want to fully automate the Fastlink process. They seem to provide very canned answers with little else. I've also called them directly, but am awaiting a response from our Customer Success Manager.
Hopefully I'm just being amazingly obtuse and am missing something completely obvious. Any assistance you can provide would be most appreciated.