Posts tagged with facebook
Find out which of your Facebook friends use iPhones, iPads and Android devices
So you've made a great iPad app, and you want to tell your friends about it. However, you can't remember which of your friends have iPhones, iPads, or Android devices. It's annoying to send your friend a link to an app which they can't run!
Facebook recently announced that the Graph API now includes a new field for users called "devices". This looks something like this:
"devices": [
{
"os": "iOS",
"hardware": "iPhone"
},
{
"os": "iOS",
"hardware": "iPad"
}]
It's an array of objects, each with a "os" (iOS or Android) and optional "hardware" (iPhone or iPad, for now).
I threw together a quick Facebook app called "Friends With Devices" using the Facebook Javascript SDK which will scan through your list of friends and sort them into three lists: iPhone users, iPad users and Android users.
Check it out: http://apps.facebook.com/friendswithdevices/
Pig Problem: Facebook lets rogue app developers steal traffic
When we launched Pig Rush for Facebook, we told all our friends to go and check it out. Those who didn't have the URL naturally used Facebook's search to try and find it. They were (and still are) met with the following pretty confusing list of results:
While confusing, that's not the real issue. If you click on the second-to-last entry labelled Pig Rush App, you'll be taken to something... unexpected...

