I want to import pictures from Facebook directly into my iPhone application to get the links out of it.
- Is there really no way to filter on the type?
- Can I make assumptions about "where" (page wise) the profile pictures album will be?
Currently we are retrieving all (max 300) albums and looking at them after retrieval, but it takes too much time, hence the questions. We need to optimize this part.
For what it's worth, it's a Rails 3 app with Koala handling Facebook interactions