菜鸟教程小白 发表于 2022-12-12 18:04:03

iphone - iOS 上的无摩擦请求 - 如何?


                                            <p><div>
            <aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
      <div class="d-flex fd-column fw-nowrap">
            <div class="d-flex fw-nowrap">
                <div class="flex--item wmn0 fl1 lh-lg">
                  <div class="flex--item fl1 lh-lg">
                        <b>这个问题在这里已经有了答案</b>:
                        
                  <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>可以通过将 apprequests 对话框的“frictionless”参数设置为“1”来打开无摩擦请求。例如;</p>

<pre><code>// create a dictionary for our dialog&#39;s parameters
NSMutableDictionary *params = ;

// set the frictionless requests parameter to &#34;1&#34;
;

// ... add other parameters ...

// show the request dialog
;
</code></pre>

<p>这也回答了 <a href="https://stackoverflow.com/q/8447935/1077258" rel="noreferrer noopener nofollow">Facebook IOS SDK Frictioless Requests</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - iOS 上的无摩擦请求 - 如何?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/7964069/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/7964069/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - iOS 上的无摩擦请求 - 如何?