Facebook on Android: What kind of intent is used by links clicked from wall posts? -
i have question regarding implementation details of facebook app android.
when clicking web link within facebook (e.g. web article posted in news feed), guess creates , sends kind of intent object http/https link capable web browser app can receive , use open link.
i'm looking make app can receive intent potentially more useful it, instead of sending web browser. need know few things app capture intent:
- what kind of intent it?
- what action , categories specified?
- are there other specific details might need know?
i appreciate or links resources may point me in right direction.
edit:
one thing know whether intent sent broadcast receiver components instead of activities or services. if so, can use tasker achieve want.
i believe looking similar tutorial http://blog.vogella.com/2011/02/21/android-intents/
although can't of facebook calling, know of current browsers on tablet have option of being used. assume using
new intent(intent.action_view) keep in mind if register app in way browser apps, not facebook app suggested.
Comments
Post a Comment