# SNSのタイムラインをインポートする

TwitterとFacebookのAPI制限により、タイムラインの同期ができなくなったため、代わりにデータアーカイブのダウンロード機能を利用してタイムラインを取り込む方法に変更します。データアーカイブのダウンロードには時間がかかるものの、アップロードプロセスは自動化を行い、ユーザーの手間を最小限に抑えます。

これにより、定期的にデータアーカイブをアップロードすることで、TwitterとFacebookのタイムラインを更新し、最新の情報を保持することが可能になります。

{% embed url="<https://docs.cotogoto.ai/sns_import/twitter>" %}

{% embed url="<https://docs.cotogoto.ai/sns_import/facebook>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cotogoto.ai/sns_import.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
