Hi again —
I have a test project, an object with a touch event , and the action "open in a new url" with an example of a game in the google store.
[quote:1u455zer]"https://www.facebook.com/sharer/sharer.php?app_id=APP_ID_SECRET_KEY&sdk=joey&u=" & urlEncode("https://play.google.com/store/apps/details?id=com.us.ragnarok&hl=es_419") & "&picture="& UrlEncode("https://lh3.googleusercontent.com/xOWT-k0UwdNKeq7VAcsJnG9elphHphffGtbdc6PvaggLb3iDYQn9fjZw9-gkdzNkOqA=s180") &"&display=popup&ref=plugin&src=share_button"e=Install this new game "
The browser action "Open url in a new window", it will open the browser of the mobile device ( and here the user is not logged and if the app ask to log in the browser, the user is not going to do that).
I want to post on their wall directly the message , through facebook app.
What you need to have before starting using the tutorials above is 3 things: 1 have facebook app on your mobile 2 promt the user to login into the facebook app before sharing otherwise wont work you cant bypass that its a security issue things aren't allowed to free share like you want, 3 use this link and go to integration it should be just a copy paste in the execute javascript trough browser plugin https://developers.facebook.com/docs/sh ... are-dialog Remember that without step 1 and 2 this wont work. facebook is not a full open app, is actually one of the most secure apps when comes to prevention against spamming. And what your asking is spam, since you want to bypass the permissions of facebook SDK requirements, and would be impossible. so there is the kiatric way and then there is the 2nd option i sent you. if none of them work then there is no other legal way, both kiatrics information and mine should fix your issue its a matter how you use them, remember the user doesnt know what goes back behind the scenes they dont care, they just want to look like is simple <img src="{SMILIES_PATH}/icon_e_wink.gif" alt=";)" title="Wink">.
there are up to 3 different ways of implementing a share/wall post 1 inside ur app 2 inside facebook app or prompt a android notification window, 3 browser they are all listed on the links i sent you.
in the last link in the above reply look for the term Native Share dialog on iOS that is what you want but i guess for android.