To tag a post with a location, you don't post to the /feed endpoint, you post to the /checkins endpoint. You can see some brief documentation regarding it on the Graph API Documentation page under the Publishing header, which tells you which arguments you can post (coordinates, place (id), message, and tags (for who's with you). There's a little more information on the Checkin Documentation page, but not a whole lot about actually posting them.
Hope that helps - and I'm sorry for the mass confusion; I completely whiffed on what you were asking originally :P