473,404 Members | 2,137 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,404 software developers and data experts.

How facebook encoding base64 and sending data to its server?

I'm working on a project and trying to decode Facebook data but i cant understand what kind of encoding they are using

i tried decoding using " window.btoa(str); " but it wont work its similar to base64 but decoding wont work using this method

Here is screenshot of inspect element
http://prntscr.com/me59ms

Expand|Select|Wrap|Line Numbers
  1. [{"user":"","page_id":"","posts":"1RVkW1sibG9nZ2VyOkRpcmVjdE1lc3NhZ2luZ0wFFqhDb25maWciLHsibmFtZSI6InN0b3J5X3RyYXlfbG9hZCIsImhhc19teV9zARk4IjpmYWxzZSwibnVtYmVyBRUUaWVzIjowFRMIbmV3ThcADGxpdmUyGAAuEQAIX2luBXMFSAhwYWcVKjIZABBncm91cBFEMhoAEGV2ZW50UhoAGGZvbGxvd2VWUQAUZnJpZW5kUjgAIHByb21vdGlvblIeAAhjbGkRcUR5X3RocmVhZF9pZHMiOnt9LCIlPAxzZXNzAT7wWmlkIjoiZWI4NzJjZmUtMGFhZS00ZDI1LTk4YjktMjJiMDRkNjcxZWRlIn0sMTU0ODgzODEzMzQ3NiwwXSxbInJlcXVpcmVfY29uZF9leHBvc3VyZV9sb2dnaW4ltvBjaWRlbnRpZmllciI6IkFhM2JRT3dtT2NYbnp0V0I1VGtnQmRWR1lrTWJXYm1sV0JUbTlVSFhmM3Buc0F4WHdZWWwyZEVPc1Vrdk53djBSZ3BhenRVLUFfTS1wT2Q2OXdHOUlPNFabAAxmZWVkIbUEY2sNixhmdCI6eyJ0IcoAZUFKeCgtUlZIKSIsImV2dF92YWx1ZSI6MzU5LCJvZmZzZXQl7CRpbnNwb3MiOiIwCSgsIjo1MSwidnB2X3RpQY8AMTETDDksInElTFw2NjUyMjA4OTMyNTA5Mjk2MzcxIiwibWYlqLB5X2tleSI6IjM1ODQ2MTI2NTU2NjA0MjAxNzYiLCJzcmMiOjEwLCJxdWlja1854wVZLDE1NTk0ODUxNTc0MwEHACJKKAAUbnN0YW5jJYEsX2RhdGFfZW5jb2RlIeT0AAFBWF8yeW9wS3RQZ3ZET2FwaE45dEVoSGFaUTE3dXdxTUdTay04LWFxbm5VUXJad2t5T3ZETi1ZQ0FGVnMtYXlkX3ktUDhWU0tYd1drTnBLZExvUmxjSXdxVklWeFE5cHFRMU41RWI1R182NE1RZGIxY1F3cjZMSzVWUVFDdTFFUUlsaDlXd1NUMUtJaGhDSTN3YzRYZ3dWamp3QmNOTVZfN0FjTGVrMFR6WmxVYTFYa1NqeUs2TGhvOHJSaVBQVF93c2xfQUk5TmltcnI2ZkJfLVJuTVF2dng5d3padXlld3dXLVJGMlhPNS1ieTV6SVhUUk1IcUFjejlvSmVlM0UxIkYvATRwYWNpbmdfbXVsdGlwbEWjRDM2ODA2NC45MzEyNDg3LCJmYkVHDGxvY2FhbQwiOjEsQRQEZXIBDhBfcG9zaQEJACKBXy5SAzg3MjQzNDE3NiwicmF3X2Npjj4yAhQuMTY1fX15Vgw5MTY1/lYD/lYDWlYD/psA/psA/psA/psA/psA/psA/psAapsAReAEdHI+JwUgZXZ0Ijo5NywiQbYIX3NwwU+Fhxh3MjA2cmoipQUYZF9zdGFydEXaFHN0YW1wIrUREDI4MTU1DSUFQyxkZWx0YSI6NjU2MiztxRRoZWlnaHStdRx2aWV3cG9ydBUWCDQyMv5UBf5UBf5UBf5UBf5UBf5UBf5UBf5UBb5UBRQ0MC4wMzO9VBA0MDAzM6lUNG9kczpDaGFubmVsVHJh4dcEcnQOVwpIc2VuZFB1bGwuanNvbiI6WzFdLBkUGHN1Y2Nlc3MNFzBpcmlzX2VuYWJsZWQuEmgKBRm5wyA2MDg4MywwXV0=","snappy":true,"trigger":"ods:ChannelTransport","send_method":"ajax","snappy_ms":5}]
Anyone have any idea?
Jan 31 '19 #1
0 1328

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: UrgeOverkill | last post by:
I'm having a problem sending data from a socket server. The server side reports that it has sent 4845 bytes but the client reports only 1448 bytes received. The kicker is that this ONLY happens...
1
by: Daniel | last post by:
after opening socket, sending data then closing socket 3000 times i get "Only one usage of each socket address" what am i doing wrong? is there some thing else i need to do to free up the socket...
4
by: David | last post by:
I'm wondering if python is capable of fairly precise timing and also sending data out the parallel port. For example ; making a 7.5 KHz square wave come out of one of the data pins on the...
9
by: MNQ | last post by:
Hi All I want to use my parallel port of my PC to control some external devices. I am writing a program in ANSI C using the PacificC compiler. What I need to know is how to access the parallel...
4
by: yaron | last post by:
Hi, I have a problem when sending data over TCP socket from c# client to java server. the connection established ok, but i can't send data from c# client to java server. it's work ok with...
0
by: smart.bug | last post by:
hi, i have SQLserver properly running on my machine, when i open a project in VB.Net and add a SQLConnection object, while setting its connection string (when i click on combo box to choose data...
0
by: vladimir.plotnikov | last post by:
Hello! I have problem: I have IPB forum installed. After search in IPB (search takes about 3-4 seconds for post table about 300 000 records) mysql shows "Sending Data" status and takes about...
1
by: Charlie | last post by:
Hi: I need a way to test my TcpListner, but not sure what applications are sending data to tcp ports. How about Email or Instant Messenger? If they are tcp, what ports are they sending data...
5
by: Navin Mishra | last post by:
Hi, In load test of our .NET 2.0 socket application on Win2003 server, we are seeing sometimes WSEWOULDBLOCK error when sending data to clients. We are using synchronoous scokets with...
3
by: Mateo | last post by:
(As.Net 1.1 framework!) Hi! So, I have problem as described in subject. Here is source code:
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.