OpenGraphObject に場所を追加したい (場所から継承する)。現在、私はこれを持っています:
OpenGraphObject store = OpenGraphObject.Factory.createForPost("testshoppingguide:store");
store.setTitle(this.store.getName());
store.setDescription(this.store.getName());
store.setProperty("location", )
しかし、場所の後に何を追加すればよいですか? GraphLocationしか見つかりませんでしたが、使い方がわかりません。