0

페이지 용 Facebook Webhook을 만들고 있습니다.Facebook 메신저를 통해 메시지에 회신 할 때 페이지가 작동하지 않는데 Facebook webhook이 필요합니까?

{"entry": [{"changes": [{"field": "conversations", "value": {"thread_id": "t_100015009722515", "page_id": 1863367573935021, "thread_key": "t_100015009722515"}}], "id": "1863367573935021", "time": 1510797239}], "object": "page"} 

하지만 페이지의 페이스 북 멧세이에 로그인 한 사용자에게 회신 할 때의은 webhook하지 않는 : 사용자가 페이지에 메시지를 보낼 때 그것은으로 webhook의 결과는 JSON 객체로 반환됩니다 잘 작동 작업?


-webhook 페이지 : all subscribed
-permissions : messages, messaging_postbacks, messaging_optins, message_deliveries, message_reads, messaging_payments, messaging_pre_checkouts, messaging_checkout_updates, messaging_account_linking, messaging_referrals, message_echoes, standby, messaging_handovers, messaging_policy_enforcement, conversations, affiliation, attire, awards, bio, birthday, category, checkins, company_overview, culinary_team, current_location, website, videos, ratings, public_transit, products, product_review, price_range, picture, phone, personal_interests, personal_info, payment_options, parking, name, mission, merchant_review, mention, members, location, live_videos, leadgen, hours, hometown, general_manager, general_info, founded, feed, email, description

+0

질문에 대한 자세한 내용을 입력하고 사우어 소스 코드를 게시하십시오 – slashburn

답변

0

당신은 당신의 메시지를 확인하려면 응용 프로그램에서 message_echoes 이벤트를 수신합니다.

앱 이벤트 리스너를 확인하십시오.

+0

감사합니다. 나 해보자 –