<@U04SE163WC8> So i am trying to create a stream o...
# ask-ai
r
@kapa.ai So i am trying to create a stream on my custom facebook pages source i created, but when i copy the URL Path that i use on Postman to check if it´s correct, Airbyte gives me the following error: Client error : 400 Bad Request And i am wondering what is the correct way to use that URL Path cause i am going crazy
k
I understand that you're having trouble with setting up a Facebook Pages source in Airbyte and you're encountering a
400 Bad Request
error. This error typically indicates that the server could not understand the request due to invalid syntax. Here are a few things you can check: 1. Access Token and Page ID: Make sure you have correctly entered the Page ID and the Access Token. The Page ID is usually the part of your Facebook page URL after
<https://www.facebook.com/>
. The Access Token should be a Long-Lived Page Token. You can follow the [setup guide](https://docs.airbyte.com/integrations/sources/facebook-pages#for-airbyte-oss) in the Airbyte documentation for more details. 2. Permissions: The error message might also indicate a permissions issue. For example, one of the users in the [forum post](https://discuss.airbyte.io/t/2302) you mentioned received an error about missing permissions. Make sure that the Access Token has the necessary permissions. 3. Server Logs: Check the Airbyte server logs for more details about the error. This might give you more information about what's going wrong. If you're still having trouble, it might be helpful to share the exact error message you're seeing (with any sensitive information redacted), as well as any relevant parts of the Airbyte server logs. This could help identify the issue more precisely.