We use Apprequest (https://developers.facebook.com/docs/howtos/send-requests-using-ios-sdk/) to send gifts in a mobile application. If the Facebook app is installed on the device then sending, receiving and managing messages are correct. If there is no FB app on the device, the list of requests can be obtained via the Graph-api request like *me / apprequests? App_id = & access_token = *. However, there is no difference between the new messages and messages that were removed earlier, the response contains a list of all previously submitted requests. Is there any possibility how to separate the deleted messages?
How to separate the deleted facebook apprequest messages?
153 views Asked by Max Nick At
1
There are 1 answers
Related Questions in FACEBOOK
- Facebook Post Images from local system on own Page
- Provide an archipelago name that humans cannot utter
- How can I look this email address
- Not getting all leads from Meta/Facebook using webhook for page leadgens
- Unsupported post request when trying to create a custom audience via the endpoint https://graph.facebook.com/lapi-version), (custom-audience-id/users)
- Java resized JPEG seems to be invalid format for Facebook?
- How to implement facebook pixel in flutter in 2024 any example?
- Need WhatsApp Data Backup from Api
- Facebook login via JS-SDK via OAuth will get stuck half-way
- Short time token with the Graph API and Facebook login through the iOS SDK
- Facing the "Messaging may be unavailable" error - WhatsApp Cloud API
- Facebook Graph API - Story endpoint does not return all active stories
- Javascript / Dynamically append text element above embedded facebook posts
- When I post text with media on Facebook, the text does not show
- How to search a list of groups using facebook APIs
Related Questions in APPREQUESTS
- How to intercept (see) all requests of a site written in React in WKWebView for iOS 13 and higher?
- Creating a post request using dart passing the information through the request body as json data
- React: API url works in GET request but it gets changed in POST request
- How to execute docker images inside a Kubernetes cluster when receive a http request
- Getting Unknown error in charles during inspecting api websocket of an android app
- How to detect and ban IP address making too much requests with Spring Boot?
- Facebook Android SDK, graph api >3.2 and 4.0 sending app request issue
- Separate Class for OkHttp Requests
- how do i assign data received from post request to an observable? - IONIC3
- How to analyze requests (with queries) on swagger and send different response body?
- How System reacts to pending request DB2 dump post ITIM 5.1 to ISIM 6.0 upgrade
- How do I solve 'Request was aborted after waiting too long to attempt to service your request error' generated from App Engine
- Express post request flood
- Xamarin C# data between server and client
- How can we use the deeplink information to gather sender data like mail id using Google API AppReferral
Related Questions in FACEBOOK-APP-REQUESTS
- Sending POST messages using endpoint "me/messages" : code: -1, error_code: 2018012
- Review process for the Messenger App without setting up a test user account
- How to fetch reviewer info from facebook page reviews to website
- How to successfully claim App, now that Facebook/Meta has deprecated Admin role
- What does Facebook need to accept an app review for just a script?
- Why downloading Facebook images with requests.get() gives corrupted files?
- How Can I update the value of these nested dict object?
- Facebook App Review instagram_basic not being tested properly
- How to Store Facebook App Access Token in Mobile App Client?
- Facebook Developer App Review - Your submission must include pages_read_engagement to use instagram_basic
- Instagram Basic Display, exchange token error on live
- Rejected from Facebook app reviewer "Please refer to the permission decision"
- My app failed app review because Facebook tested the wrong version. How can I direct them to the right one?
- Create a Simulator Build for facebook app review. (No bundle URL present)
- How to solve facebook login plugin configurator error?
Related Questions in FACEBOOK-MESSAGES
- How i can get appointments data by calling facebook graph api?
- Unable to Receive messaging_referrals Events Despite Proper Webhook Configuration for Messenger Webhook API Facebook
- Facebook Messenger send Message to individual, from outside of Messenger App
- Facebook Graph API Conversation
- Instagram Messenger API Registering Webhooks
- How to send PDF file object from Facebook messaging API
- Identify user (moderator/chat_by - who sent a message) in page's conversation - Facebook API
- Facebook Messanger. Invalid token
- How to get sender ID in page conversations/messages{message}? Facebook Graph API 8.0
- How to set welcome message for messanger chat bot build using AWS Lex
- Incorrect sequence of Carousel elements in Facebook Messenger Graph API
- Facebook private_replies returns (#200) The page does not have READ_PAGE_MAILBOXES or PAGES_MESSAGING permission
- Passing Facebook Messenger bot webview data to Dialogflow and continuing the conversation
- how we can get Page-scoped-id from user id in facebook send api?
- How to get the page scope id of Facebook when user checkout in my Shopify store?
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Problem solved. All working correct. We received a message not removed during testing. After their removal, the list of requests kept up to date.