Facebook canvas app vs Facebook mobile web app

点点圈 提交于 2019-12-03 14:39:45

On mobile facebook you can not see any custom pages/tabs. They are apparently wokring on that at the moment.

So it will be different to a canvas app. Your mobile app will be a completely seperate site and page not in an iFrame on Facebook.

Some behaviour i discovered recently with Facebook Canvas / Page Tabs on mobile devices. Maybe this helps to understand a little bit better how facebook behaves in mobile context.


Mobile Browser

Access App URL

Example URL http://apps.facebook.com/myapp/

Redirects to the configured mobile website under Settings > Website > Mobile Site URL and adds additional params /?ref=web_canvas&code=<signed_request_code_field>

About the signed_request code field

An OAuth Code which can be exchanged for a valid user access token via a subsequent server-side request

Access App Center

There is no way to access the Facebook App Center via the mobile browser.

Access Page Tab

Example URL http://facebook.com/a_facebook_page/custom_page_tab_url

Custom Page Tabs are not visible via the mobile browser.

Facebook Open Graph Search

Searching for myapp returns the link to the Facebook Canvas.

Same behaviour like Access App URL via Mobile Browser


Mobile Facebook Client

Access App URL

There is no way to access this url directly.

Access App Center

There is no way to access the Facebook App Center.

Access Page Tab

Example URL http://facebook.com/a_facebook_page/custom_page_tab_url

Custom Page Tabs are not visible via the mobile facebook client.

Facebook Open Graph Search

It says that this app is not compatible with this devices.

You need to register an iOS / Android App and send the user to this app to get rid of this error. Probably it helps the user if you add the link to the standalone application to the Facebook description of the app. Which should then be visible there.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!