Posts by Enderson almeida da costa • 19 points
3 posts
-
0
votes1
answer36
viewsA: Node JS + FACEBOOK WEBHOOK
I got the answer, I needed to turn the payload into byte and the key was also wrong, I was using the pagetoken instead of using the secret app... app.post("/:user/gate", async (req, res, next) =>…
-
0
votes1
answer36
viewsQ: Node JS + FACEBOOK WEBHOOK
Hello, I have a problem confirming the token SHA1 generated by facebook, I believe rawBody is wrong and is not passing the payload as it should, could take a look and see if they find the problem?…
-
1
votes0
answers19
viewsQ: Wordpress WP Query + Custom Post + Custom Fields + Order By Compound
Good afternoon, I searched a lot about it, summarizing: I need a query that brings the post (custom post documents, (title and publication date), in addition to custom_post (Document that is a file,…