Facebook Application Tab -> External Linking with PHP

后端 未结 4 820
失恋的感觉
失恋的感觉 2021-02-01 07:58

I currently have an Application on the Facebook Tab, and am wondering if there is a way for me to deep link into an item on that app tab. Example:

User is in the applic

4条回答
  •  無奈伤痛
    2021-02-01 08:19

    So far, we have not been able to deep link to an application Tab using URL parameters.

    We are able to retrieve window.location information from an application page (e.g. http://apps.facebook.com/testapp/foo?bar=bar)

    This does not work on an app Tab (e.g. http://www.facebook.com/testpage?v=app_1234&bar=bar)

    Similarly, we cannot use $_GET['foo'] to try to grab it server-side if we are in a Facebook tab.

    If anyone has managed to get around this, I'd love to know the solution.

提交回复
热议问题