Giter VIP home page Giter VIP logo

Comments (9)

stevenmc avatar stevenmc commented on July 18, 2024

Seems to only be usable when I install via:

composer require tgallice/fb-messenger-sdk:1.0.x-dev

Is this correct?

from fb-messenger-sdk.

oliverschloebe avatar oliverschloebe commented on July 18, 2024

Have you tried

$client = new Client('<FB_PAGE_TOKEN>');
$messenger = new Messenger($client);

instead?

from fb-messenger-sdk.

stevenmc avatar stevenmc commented on July 18, 2024

Yes, same result.

from fb-messenger-sdk.

oliverschloebe avatar oliverschloebe commented on July 18, 2024

What PHP version are you running?

from fb-messenger-sdk.

stevenmc avatar stevenmc commented on July 18, 2024

PHP 5.6.30

from fb-messenger-sdk.

stevenmc avatar stevenmc commented on July 18, 2024

Like I say, it works with:

composer require tgallice/fb-messenger-sdk:1.0.x-dev

Anyway, on another note, the ID you get from messenger isn't the real Facebook ID of the user, it's page specific. Facebook provides a mechanism to get the real Facebook ID, as documented here:
https://developers.facebook.com/docs/messenger-platform/connecting-accounts

Do you have any plans to add a getFacebookId() method to your library?

from fb-messenger-sdk.

stevenmc avatar stevenmc commented on July 18, 2024

I'm also getting:

Fatal error: Class 'Tgallice\FBMessenger\Model\ThreadSetting\WebUrl' not found

When setting a persistent menu. Is that because I'm using this?

composer require tgallice/fb-messenger-sdk:1.0.x-dev

The ThreadSetting.php model appears to be mostly empty.

from fb-messenger-sdk.

oliverschloebe avatar oliverschloebe commented on July 18, 2024

The ThreadSetting.php model appears to be mostly empty.

Try Tgallice\FBMessenger\Model\Button\WebUrl instead of Tgallice\FBMessenger\Model\ThreadSetting\WebUrl

Maybe you should also have a look at the example repo: https://github.com/tgallice/fb-bot-example

The manual seems to be needing improvement nonetheless. I'll see if I can provide a PR to be merged with the repo.

from fb-messenger-sdk.

stevenmc avatar stevenmc commented on July 18, 2024

Thank you for this advice, yes, Tgallice\FBMessenger\Model\Button\WebUrl is the correct path, thank you.
I'll review the fb-bot-example too. That's great, thanks for the pointers.

from fb-messenger-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.