Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't appering anything on LCD display #2

Open
cb-sah opened this issue Aug 27, 2015 · 2 comments
Open

Doesn't appering anything on LCD display #2

cb-sah opened this issue Aug 27, 2015 · 2 comments

Comments

@cb-sah
Copy link

cb-sah commented Aug 27, 2015

Hello Sir,
I have tried your code but it is unable to print anything on the display.
I have tried some codes "hello world" and "connecting to google or facebook"; these all worked fine but when I uploaded your code by changing the id of the page it doesn't showing any thing on the LED.
So, please help me.
Thank you.

@Kedume
Copy link
Owner

Kedume commented Aug 28, 2015

Hello,
If you look at the code you can see that there are two parts of the URL

The domain:
http://api-read.facebook.com/
The page with arguments part:
restserver.php?format=xml&method=fql.multiquery&pretty=0&queries={%22page_info%22%3A%22select%20name%2Cfan_count%2Cpage_url%2Ctype%20from%20page%20where%20page_id%20IN%20(27479046178)%22}&sdk=joey%20HTTP/1.1

You can test if facebook returns you the right code puting it into a browser:
http://api-read.facebook.com/restserver.php?format=xml&method=fql.multiquery&pretty=0&queries={%22page_info%22%3A%22select%20name%2Cfan_count%2Cpage_url%2Ctype%20from%20page%20where%20page_id%20IN%20(27479046178)%22}&sdk=joey%20HTTP/1.1

You must change the id for the id of your page.

If the response is not correct there is a problem with your page. No solution.

If the response is correct there is a problem with the code, perhaps some deprecated funtion.

The code was ok 3 years ago. This is an old project that i have abandoned.

Sorry.

@tomasdev
Copy link

tomasdev commented May 9, 2017

Facebook has deprecated the API that this project uses.

The current (as of May 2017) FB integration would require a web server in which to put the current SDK and execute whatever you'd like and return only what the Arduino wants (a.k.a. <fan_count>#####<)

Thanks for this project man. It got me started into Arduino. <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants