Welcome Guest, Not a member yet? Register   Sign In
MeNeedz Twitter
#1

[eluser]davidbehler[/eluser]
After a request for an easy to use Twitter library, I decided to create one myself that can be used by everyone without much trouble.

What sets it apart from other libraries is, that it does not require cURL which is not always available. Additionaly it's of course very easy to use and extend.

Download | Documentation

Have fun and tell me what you think.

David
#2

[eluser]Trae R.[/eluser]
Nicely done, David!
#3

[eluser]wonderbread[/eluser]
This doesn't appear to be working for me. It doesn't throw any errors it just can't verify the credentials. What PHP modules (if any) does it need?
#4

[eluser]davidbehler[/eluser]
Are you using the config file or the setting the config manually using the init function? Both should work fine.

What do you get as response? Just add a
Code:
print_r($result);
on line 63 before the if-clause to get it.

I thought it does not require any special modules, but maybe I was wrong. I use the json_decode function which is only available in PHP 5.2 and newer.

Have you set
Code:
error_reporting(E_ALL);
? It might throw an error that the function json_decoden is not unknown.

For older versions of PHP, you might use this instead: jsonwrapper.

I have adjusted the library and it now returns the raw response if json_decode is not available.
#5

[eluser]Sbioko[/eluser]
Thank you for this good library! That's actually what I need!
#6

[eluser]hugle[/eluser]
thank you waldmeister Smile
your software is always good Smile)
#7

[eluser]The Wizard[/eluser]
looks really kool! gute arbeit herr waldmeister Smile
#8

[eluser]davidbehler[/eluser]
Version 1.01:

Fixed an issue with authentication. Status updates did not work.

Same download link as in my first post.
#9

[eluser]Unknown[/eluser]
thanks david.. just what i need.
#10

[eluser]Sbioko[/eluser]
Offtopic message, but: What does MeNeedz mean? Thank you :-)




Theme © iAndrew 2016 - Forum software by © MyBB