简体   繁体   English

签入打开的图形API页面

[英]Checking into an open graph api page

Is it possible to use facebook checkin app to checkin into an open graph page ID instead of having to use touch.facebook.com or an iphone? 是否可以使用Facebook Checkin应用程序签入打开的图形页面ID,而不必使用touch.facebook.com或iPhone?

http://developers.facebook.com/docs/opengraph http://developers.facebook.com/docs/opengraph

if your open graph page has coordinates in the meta data like this: 如果打开的图形页面在元数据中具有如下坐标:

    <html xmlns:og="http://ogp.me/ns#">
  <head>
    ...
    [REQUIRED TAGS]
    <meta property="og:latitude" content="37.416343"/>
    <meta property="og:longitude" content="-122.153013"/>
    <meta property="og:street-address" content="1601 S California Ave"/>
    <meta property="og:locality" content="Palo Alto"/>
    <meta property="og:region" content="CA"/>
    <meta property="og:postal-code" content="94304"/>
    <meta property="og:country-name" content="USA"/>
    ...
  </head>

would it work? 能行吗? An open graph page would have an ID and could this ID work for the checkin app? 一个打开的图形页面将具有一个ID,并且该ID可以用于签到应用程序吗?

Is it possible for me to create an open graph page and use it with the checkin app or does this only work for established businesses with established physical locations? 我可以创建一个打开的图形页面并将其与签到应用程序一起使用吗,或者这仅适用于具有固定地理位置的成熟企业?

I have been wondering the same thing. 我一直在想同样的事情。 I think this might help. 我认为可能会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM