An open API service indexing awesome lists of open source software.

https://github.com/fbsamples/whatsapp_status_api_android

You can use WhatsApp’s Share to Status Android API to integrate status with your apps and allow your users to share content directly to their status
https://github.com/fbsamples/whatsapp_status_api_android

Last synced: 20 days ago
JSON representation

You can use WhatsApp’s Share to Status Android API to integrate status with your apps and allow your users to share content directly to their status

Awesome Lists containing this project

README

          

# Share to Whatsapp Status

## Android Sample App

This is an Android sample app with integrations for sharing to Whatsapp status. After running the
app, you will reach a screen where you can upload media from your phone's gallery app.

You can choose to share with or without a sticker.

The integration code is available under `app/src/main/java/com/example/sharetowhatsappstatus`.

## Required Software

In order to run the sample app you will need to install some required software, as follows:

- Android Studio
- Android AutoUpgrader
- Android NDK
- Java Runtime AutoUpgrader
- Adopt OpenJDK 8

## Running the Project

1. Open the sample app project on Android Studio.
2. Enable dev mode on your *Android phone*.
3. Connect your phone to your Mac or PC using a USB cable.
4. Your phone should appear on the devices tab in Android Studio.
5. Select your phone and click on the play button. The app should load on your phone.

> **Enabling Dev Mode on Your Android Phone**
>- Open the Settings App.
>- Scroll down to About Phone.
>- Tap Software Information.
>- Tap Build number seven times.
>- Enter your pin or password.
>- Go back to the initial screen of the Settings App and the Developer Options tab should be there.
>- Access the Developer Options on your phone and enable USB debugging.

## License

Share to Whatsapp Status Android is Meta Platform Policy licensed, as found in the LICENSE file.