-
-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
micropub checkins not working #1227
Comments
hmm, well at this time, it looks like it's impossible to distinguish a check-in from a note with location info. feel free to come chat in #indiewebcamp (freenode irc) if you want to try to work out how it can be done. |
I see, this is not so easy. |
I created a branch where I modified the IdnoPlugins/IndiePub/Pages/MicroPub/Endpoint.php so it grabs the location and the place_name from the MicroPub and saves a new checkin. In this case I treat all entries with a location as a new checkin. If you use Ownyourgram.com and add a location to your Instagram, you will also end up with a checkin rather than a photo in your Known. Now, the question remains, what is a checkin and how is it different to a note with location data..? Do I prefer a photo with a link to (or embed) a map or a checkin with a photo... or both? |
@dissolve suggested including a (optional) parameter in the publish request It doesn't have the ideological purity of the post-type-discovery approach, but it's a useful hedge since Known has very explicit post types. @diplix would you be willing to add this field to https://github.com/diplix/OwnYourCheckin ? |
sure, i’ll look into it and test the |
ok, hth, this is what get’s send now:
|
just tested http://ownyourcheckin.wirres.net/ which peso your checkin from 4sq and publish it via micropub back to your site. The status is coming to my known site but not as checkin.
See https://nxd4n.nixekinder.be/2016/checkin-foursquare-4sq-1
This is what is posted:
The checkin category is ignored or probably nothing checks against if it is possible to publish a checkin entity if it is enabled.
The text was updated successfully, but these errors were encountered: