I believe i have managed to integrate Django-facebook, but it only logs in the first time. Do you guys have any idea what the problem might?
Related
Can someone explain to me how to start using the Facebook Graph API efficient? The thing is i created a new app at https://developers.facebook.com/apps but then i got so many questions:
-Do i really need to provide a privacy policy and a terms and conditions URL at this moment? I mean the app is hardly in development.
-Is the app review really that strict? For every permission i ask, i must provide a video to my app using that?
Thanks in advance.
I am really new in services and mainly in WSO2 and i am having some little problems to finish the tutorial of the link: 'https://docs.wso2.com/display/EI611/Sending+a+Simple+Message+to+a+Service'.
I need of this tutorial to learn about the use of the tool and because of my boss asked me for.
My problem is, i was able to create the server, i had to create locally, but stopped in the part: 'Sending requests to WSO2 EI', in the item 3, my API simply don't appears. I already tried to restart the server and review the tutorial, but every-time i brake in this part.
I really need help and really want learn. If anyone could help me, i would stay very grateful. Thank you everyone
PS: Remembering that i haven't use any code to come where i come, just tried for the way that the tutorial taught.
I was able to solve my problem. The reason I had this problem was because I wasn't packaging the artifacts correctly. Once I learned how to package the artifacts, the API showed just right.
I've been using Django to make this Web Service and I'm wondering how to make the user authentication work. I heard that there's a built-in method to do it in Django, but I can't find it. Does anyone have some experience in how to do this?
The tutorial on djangoproject.com is fairly good for explaining this.
See: https://docs.djangoproject.com/en/1.5/topics/auth/
I'm building a website using django and planning to connect it with facebook. I googled and found so many codes to do the job but don't know which one is good for me. I need facebook connect and new graph api support. Could anyone share me some experiences with codes below and advise me which one is good for me? (with some tips if possbible)
github.com/benbinary/django-facebookconnect
github.com/dickeytk/django_facebook_oauth
github.com/digvan/django_facebook_oauth
github.com/facebook/python-sdk
github.com/flashingpumpkin/django-socialregistration
github.com/ryanmark/django-facebookconnect
github.com/tschellenbach/Django-facebook
I would really appreciate it.
http://github.com/facebook/python-sdk is official Facebook Graph SDK from Facebook. So it's good for fetching/puting data from Facebook. It's doing it well, so you don't have to search for alternative.
Authentication is bit more problem. I was searching for library witch will match my needs, but not found it. So I wrote bit off code myself.
see also:
http://developers.facebook.com/docs/authentication/
http://developers.facebook.com/docs/api
http://developers.facebook.com/docs/reference/javascript/
I'm trying to integrate with Twitter using their OAuth API. I have downloaded and tried the CF implementation here: http://oauth.riaforge.org/ with no success. Anyone have a simple CF to Twitter OAuth example for authorizing a user, getting a token, and using it?
ColdFusion plays really nice with java. What I did is simply use the twitter4j lib (http://yusuke.homeip.net/twitter4j/en/index.html#introduction) to handle everything. Works like a charm, and is far more comprehensive that you'd ever dream of writing yourself. Plus, it's free.
I'd try that before I went banging my head against the wall trying to deal with signing oauth requests and reinventing the wheel.
checkout this post my colleague wrote - the twitter 4j library recently change in the 2.2 update and the class is now an interface, so you have to modify the code a bit...
http://techblog.troywebconsulting.com/2011/09/authenticating-to-twitter-using-oauth-and-twitter4j-2-2x-api-with-coldfusion/
Could try this one, but I didn't try it myself yet to know if it works any better than the one on RIA Forge. I just found it while digging around.
http://oauth.googlecode.com/svn/code/coldfusion/
It looks like RPX also supports OAuth, but again, I haven't tried it personally. I am using them for an OpenID implementation, and they work great.
https://rpxnow.com/docs