How to access Facebook over USSD?


Many value-added services (VAS) can be offered using USSD. Facebook over USSD is one of them. Why do we need this over USSD? The answer lies in the main feature of USSD. USSD sends entered strings or text from mobile devices to the home network or a USSD gateway and vice versa. It does not require an internet connection or a smartphone. This is mainly used in countries where people have fewer smartphones and a mobile operator wants to open new channels for revenue.

The main issue with USSD is that it limits the number of characters over the GSM network. So for long text, the VAS provider does many message transactions to get the string.

VAS application for Facebook:

The first thing for providing service, a VAS provider deploys a USSD application over a server. The server connects to the mobile network over the SS7 protocol to interact with the mobile user and connects to the internet for Facebook access. A shortcode is assigned to the application. So that if a subscriber dials a short code, a USSD call reaches the server, and a session is started.

The call flow for Facebook over USSD:

A mobile user dials the string (e.g., *456#) for accessing Facebook.

The string reaches the application.

Application cheeks for the subscription. If a mobile user subscribed for a service, the USSD application displays the menu on the handset, which asks for a Facebook username and password.

After getting a username and password, an application calls the authentication API of Facebook to get the token.

Once a token is generated, the application displays the Facebook options (e.g., post on a wall, like, etc.) to the subscriber.

The subscriber chooses the option, and the application calls the corresponding Facebook API for the action and returns the result to the handset.

On logout service provider deletes the access token for Facebook.