FB Log in OAuthException: (#803) [closed] - facebook-login

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
The connection between my SMForum and FB is happening but when i try to register on the app, it says :
OAuthException: (#803) Some of the aliases you requested do not exist: me&fields=id,name,username
What does it mean ??
I have tried zillions of ways to connect my forum profile with FB but it keeps on giving me the same error!
Please...any help, suggestions or even blessings would be realy, REALY, appreciated !!

OAuthException: (#803) Some of the aliases you requested do not exist: me&fields=id,name,username
It means using that call is unsupported.
Most likely you meant
graph.facebook.com/me?fields=id,name,username
Notice the ? and not &

Related

to-do-list web application in Django? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Is it possible to make a to-do-list web application in Django in which the admin sets the things to do and the user are only allowed to see what the admin put in their profiles? Which could be the steps to reach this goal? (example: first create admin, user and things model then...) thank you for your help!!
Not really the place for this open question on stack, however here a step by step tutorial on just what you are after.
http://net.tutsplus.com/tutorials/python-tutorials/intro-to-django-building-a-to-do-list/

Meaning of <!cfmodule/> in coldFusion [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Somebody know what is mean
expresion like this:
<!cfmodule template="/backend/_modules/_sendDeclinedEmailNotice.cfm">
Actually I don't know what means ! in this line.
It doesn't mean anything. That will just keep the tag from being interpreted by ColdFusion. If you place that on a page, and then view in the browser, you'll see the actualy <!cfmodule text in the browser. Someone apparently just added an exclamation point to keep the module from running, instead of properly commenting it out.

ROWLEX . Net RDF website access? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
does anone know whether ROWLEX .Net RDF library is still on or not? I have tried sevral times this week to access the website but no luck. I have lost my download and wanted it again. Maybe a URL chenged or something?
Thanks a lot!
The website is down due to technical and bureaucratic issues. It will come back. I expect a few more weeks.

remote_api in google app engine is the best way to store data? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i don't know what the remote_api will do
thanks
You can read about remote_api here: http://code.google.com/appengine/articles/remote_api.html
At a high level, it allows you to write code which interacts with your appengine application code and datastore without having to go through the request/response model.

globalhost and localhost server simultaneously [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i m running a website from a global webserver and a wants to store a data from a form to my localhost (like wamp) too........ is it possible.....
Use cookie.
You will need to explain a lot more if you want anyone to be able to help you.
What is a "global webserver"? What kind of site or web application are you running on it? What does your form do? What data do you want to save? And what do you want to do with it?
To get you started, here's some advice on how to ask questions in technical forums. It's a bit long, and somewhat harsh, but still recommended reading.
http://catb.org/esr/faqs/smart-questions.html