Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

When someone updates his/her status on FB from iTouch, FB automatically attributes its "via iTouch".

With user agent switcher (like the one Firefox extension offers), I can fake the "via Mobile Web".

However, I am not successful with the via iTouch. So the goal here is to fake our agent and hope to get via iTouch even when we are on a regular PC.

Is it even possible?

I dont have an iTouch myself. but this is something I filled out in the user agent switcher

Mozila/5.0 (iPod; U; CPU like Mac OS X; en) AppleWebKit/420.1 (KHTML, like Gecko) Version/3.0 Mobile/3A101a Safari/419.3

I believe that those specific "via {device_name}" are done through its specific app. For example, via iPhone probably is done through iPhone's FB app.

I appreciate all helps.

share|improve this question

1 Answer

up vote 1 down vote accepted

I believe that those specific "via {device_name}" are done through its specific app. For example, via iPhone probably is done through iPhone's FB app.

I believe you are correct. The only way you might be able to "fake" that would be to create your own app with the same name (or a similar name), or somehow steal the access keys out of the real app.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.