2011-03-25 4 views
1

facebook 체크인 앱을 사용하여 touch.facebook.com 또는 iphone을 사용하지 않고 열려있는 그래프 페이지 ID를 체크인 할 수 있습니까?열려있는 그래프 API 페이지 확인하기

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

열려있는 그래프 페이지가이 같은 메타 데이터의 좌표가있는 경우 :

<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> 

작동 것입니까? 열린 그래프 페이지에는 ID가 있으며이 ID가 체크인 앱에서 작동 할 수 있습니까?

열려있는 그래프 페이지를 만들어 체크인 응용 프로그램에서 사용할 수 있습니까? 아니면 실제 위치가 설정된 기존 비즈니스에서만 작동합니까?

답변

0

나는 똑같은 것을 궁금해하고 있습니다. 나는 this 도움이 될 것 같아요.