I am using facebook graph API to search public informations, So how could i get information are those infos uploaded from pc, android, iphone or from some other platform.
Here is example of my search url
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not at all.
You could at most get a list of devices a user has used to access Facebook – see the
devicesfield of the user object. That gives you the info, if they use/have used an iOS or Android device at some point.But this info is not available for individual posts/photos etc.
The post object has a field
application, though – that might give you a hint, if the user used some special application to post the message, one that’s only targetet at a special kind of device maybe.