2011-09-27 8 views

答えて

11

https://developers.facebook.com/docs/beta/opengraph/actions/#tagging

Actions can be tagged with places and people by specifying the place and tags optional parameters. 

での単純化した例では、サンプルの呼び出しはアクションでユーザーをタグ付けし、また場所

でそれらをタグ付けします

https://graph.facebook.com/me/{APP_NAME}:{ACTION NAME}? 
    {YOUR OTHER ACTION PARAMETERS HERE} 
    &place={A PLACE ID} 
    &tags={COMMA SEPARATED LIST OF UIDS}&access_token=YOUR_ACCESS_TOKEN 

からPOSTだろうあります

関連する問題