Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
publish: FB like POSTs sometimes 404 #331
Comments
snarfed
added
now
publish
labels
Jan 2, 2015
snarfed
changed the title from
publish: FB likes sometimes use the wrong API URL
to
publish: FB like POSTs sometimes 404
Jan 2, 2015
|
This is very odd as all I did was copy the URL of the hyperlinked date/time from several phosts/photos on FB - confusing that somehow they are treated differently by FB. |
|
ah, no, sorry if i was unclear. bridgy breaks down the |
|
Just manually iterated through all the likes on http://tantek.com/2015/002/f and of the 10 there, only http://tantek.com/2015/002/f2 and http://tantek.com/2015/002/f3 caused the 404 bug (and consistently so). All the other http://tantek.com/2015/002/f posts (f1-f10) seemed to work fine. |
|
thanks for the info! |
tantek
referenced this issue
Jan 4, 2015
Closed
facebook publish: POSSE like should return FB POSSE like permalink #334
|
looks like this is because the FB API doesn't like usernames anywhere except in bare object lookups. specifically, ids like sounds like this is actually the same problem as #349. |
|
confirmed, at least for reading, but should apply to writing too. /276430682493432_568825249920639/likes works, /NovemberProjectSF_568825249920639/likes doesn't. |
snarfed commentedJan 2, 2015
example log.
we're POSTing to e.g.
https://graph.facebook.com/NovemberProjectSF_568825249920639/likes, but maybe it should be eitherhttps://graph.facebook.com/568825249920639/likesorhttps://graph.facebook.com/NovemberProjectSF/568825249920639/likes? not sure which yet, or if either will work....but sometimes that URL format works. maybe the difference is user id vs username? post object id vs photo? here's an example that worked by POSTing to
https://graph.facebook.com/753470156_10155052328930157/likesthanks to @tantek for the report!