up to date library to access facebook api

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

up to date library to access facebook api

stvienna wiener
hi,

is there a up to date library to access the facebook API ('graph api')? The facebook api had major changes in April 2015, so any library that wasn't updated in the last few months is probably not working at all.


I looked at this place to find a library:
http://smalltalkhub.com/list

If there is not a library available, what libraries (e.g., rest client libraries for accessing json APIs) should I use to build my own code?

Best,
Steve

PS: this is my first message to pharo mailing list, I'm new...
Reply | Threaded
Open this post in threaded view
|

Re: up to date library to access facebook api

abergel
Never heard about it.

Alexandre

> On Dec 27, 2015, at 5:11 AM, stvienna wiener <[hidden email]> wrote:
>
> hi,
>
> is there a up to date library to access the facebook API ('graph api')? The facebook api had major changes in April 2015, so any library that wasn't updated in the last few months is probably not working at all.
>
>
> I looked at this place to find a library:
> http://smalltalkhub.com/list
>
> If there is not a library available, what libraries (e.g., rest client libraries for accessing json APIs) should I use to build my own code?
>
> Best,
> Steve
>
> PS: this is my first message to pharo mailing list, I'm new...

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




Reply | Threaded
Open this post in threaded view
|

Re: up to date library to access facebook api

Ben Coman
In reply to this post by stvienna wiener
On Sun, Dec 27, 2015 at 7:11 PM, stvienna wiener <[hidden email]> wrote:

> hi,
>
> is there a up to date library to access the facebook API ('graph api')? The
> facebook api had major changes in April 2015, so any library that wasn't
> updated in the last few months is probably not working at all.
>
>
> I looked at this place to find a library:
> http://smalltalkhub.com/list
>
> If there is not a library available, what libraries (e.g., rest client
> libraries for accessing json APIs) should I use to build my own code?
>
> Best,
> Steve
>
> PS: this is my first message to pharo mailing list, I'm new...

hi Steve, and welcome. I hope you enjoy discovering Pharo.
Unfortunately I don't know of any Facebook library for Pharo.  The
closest is probably [1] for the Google Service Discovery API
https://www.min.at/prinz/?x=entry:entry150318-104537.

@all, I found this interesting...
http://nordicapis.com/api-discovery-11-ways-to-find-apis/

cheers -ben
http://nordicapis.com/api-discovery-11-ways-to-find-apis/