-
Notifications
You must be signed in to change notification settings - Fork 97
Switch to Elogram #22
Conversation
@hassankhan out of curiosity, why is the client class final? |
Because I didn't think there'd be any reason to extend it, anything you need to change/set should be doable through the constructor. Is there something I might be missing? |
Neat! Elogram looks really well done. Shame that I just worked on updating the other package. Seems like I'll do another refactor tomorrow to integrate with this one. @vinkla Are you going to hook into Laravel's session handling? http://elogram.readthedocs.org/en/latest/developers.html#nativesessionstore |
Hi @florianbeer, thanks for the kind words! To answer your question to @vinkla, yes, I'm pretty sure it will have to be integrated with Laravel, much like Facebook's SDK. |
@hassankhan thanks for explaining. @florianbeer yeah, I'll look into that. Thanks for pointing it out! |
Just had a look at the Travis test results, trying to see if there's a way I can help without having to remove the Checking Mockery's docs, maybe try instantiating the |
@hassankhan nope, didn't work. Thanks for reaching out though. |
@hassankhan the tests pass now. Now it is only the custom session handling left. Anything else we need to think of before going further? |
Yep, pretty sure you only need to replace the session handling 👍 |
@hassankhan okay, good 👍 |
Awesome work 😄 thanks for choosing Elogram! |
Thanks :) |
The old Instagram package is dead. Instead we're going to move to the amazing Elogram by @hassankhan.