Note that there are some explanatory texts on larger screens.

plurals
  1. POFacebook - Frictionless requests on android
    primarykey
    data
    text
    <p>Is there a way to tell the facebook android SDK to send frictionless requests on a user->user app request ?</p> <p>I've integrated an app on android by following the tutorial on the <a href="https://developers.facebook.com/docs/mobile/android/build/" rel="nofollow noreferrer">facebook website</a>. There is some documentation on how to send facebook <a href="https://developers.facebook.com/docs/mobile/android/build/" rel="nofollow noreferrer">user->user requests</a> using <code>mFacebook.dialog(context, "apprequests", params, new AppRequestsListener());</code> , but there is no mention of how to make these requests frictionless. On the web the <code>frictionlessRequests:true</code> option <a href="http://developers.facebook.com/docs/reference/dialogs/requests/" rel="nofollow noreferrer">seems to do the trick</a>. I tried setting this as a parameter on the call to <code>mFacebook.dialog()</code> (using the params reference), but that did not help. The facebook requests dialog <a href="http://developers.facebook.com/docs/reference/dialogs/requests/" rel="nofollow noreferrer">documentation page</a> claims that this feature is available on android. There is no mention anywhere on how to enable it.</p> <blockquote> <p>Frictionless Requests are supported with the Javascript SDK on Desktop Canvas and mobile web as well as with the iOS and android SDKs on native mobile apps.</p> </blockquote> <p>Is there an equivalent call that can be used for android so the user gets to see the 'Don't ask again' (see pic below) option on the request dialog ? Right now the requests dialog is shown every time even if a request was sent previously.</p> <p><img src="https://i.stack.imgur.com/OomIn.png" alt="Frictionless requests"></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload