Skip to content

Commit

Permalink
Bump the FB_ORCA_AGENT version once again (#208)
Browse files Browse the repository at this point in the history
* Bump the FB_ORCA_AGENT version once again

Recently FB started returning ERROR_QUEUE_UNDERFLOW upon login (again).
Given the similarity to #180, the fix seemed quite straightforward, and
it indeed is - bumping the client version fixes the login issue.

Fixes: #207

* Bump Travis CI to Ubuntu Focal
  • Loading branch information
mrc0mmand committed Jan 20, 2021
1 parent df586fb commit 49ea312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -5,6 +5,7 @@ notifications:

os:
- linux
dist: focal

compiler:
- gcc
Expand Down
2 changes: 1 addition & 1 deletion facebook/facebook-api.h
Expand Up @@ -117,7 +117,7 @@
*
*/

#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/192.0.0.31.101;FBBV/14477681]"
#define FB_ORCA_AGENT "[FBAN/Orca-Android;FBAV/537.0.0.31.101;FBBV/14477681]"

/**
* FB_API_AGENT:
Expand Down

0 comments on commit 49ea312

Please sign in to comment.