Is it possible to post on facebook wall an edited google map?

前端 未结 1 1887
鱼传尺愫
鱼传尺愫 2021-01-26 03:30

My ASP.Net MVC5 application allows users to create their own trip database using google maps api. Now I would like to allow them to post on their facebook walls those trips. Do

相关标签:
1条回答
  • 2021-01-26 03:47

    I guess you could use OpenGraph Custom Stories to achieve that. Have a look at the guide at https://developers.facebook.com/docs/opengraph/getting-started to get an overview.

    Baseline is that you could post via OpenGraph Actions/Stories something like "User XYZ created a Trip with MapMyTrips" to the authenticated User's activities, and when Users click on it they get referred to your site and the individual Trip.

    0 讨论(0)
提交回复
热议问题