문제

I am creating an Adobe Flex application. I want to use a website like bbc goodfood by using textInput in my application to search for recipes on the goodfood website which would then return results in my application. How could this be done? I can't find APIs to get this to work and not sure how I would do it. Would I use an HTTP Service call to connect?

도움이 되었습니까?

해결책

As I can understand your question you do want to research only one site? if so I'm not sure, but if say you would wanted to research worldwide and with that specific on most available globally search engine provider for particular items then YES you can do that!!! I myself use Http service calls for that in my Application regards aktell!

다른 팁

If you really want accomplish such task, you will need help of server-side. As you will be able omit crossdomain policy file (BBC GoodFood don't have it) and parse html pages (Again, BBS GoodFoot doesn't provide API, for searching or recipes. Or you can parse html pages in the application, but you will not have cache for parsed results, etc.) and prepare result for your client side written on Flex. But It's only an idea, and I strongly don't recommend to do it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top