5

I'm working on a BlackBerry app, however I'm loading data from various 3rd party websites around the web. (E.g, posts from stackoverflow or currency rates off Yahoo.com) I'd like to know if this could cause any trouble, would it be allowed?

Thank you!

johnny
  • 51
  • 1

3 Answers3

1

That's what those sites are for. If that was a problem, then the Firefox guys would be in serious trouble because Firefox does that too. Google couldn't release Chrome, since it does that too. (IANAL; this is not legal advice.)

David Schwartz
  • 4,676
  • 22
  • 26
1

How are you pulling data from these sites? Are you signing up to use there tools available to developers? Have you even investigated if these sites offer any tools.

Get clarification from each site

Each site should have a contact email if you look hard enough, and direct your question there. It is better to ask now, then to find out that you have a lawsuit on your hands...

My comments should not be be taken as legal advice.

0

As a lawyer to check out the end user and/or developer and/or api licenses and agreements that each of the sites provides. If what you're doing falls within the limits of those licenses, then you're ok, if not, then you might get into trouble.

blueberryfields
  • 13,200
  • 8
  • 51
  • 87