Facebook like toolbar in asp.net
Hi I want to develop Facebook like toolbar in my asp.net site. How can i develop this. Can anybody suggest some links for that. ...
Hi I want to develop Facebook like toolbar in my asp.net site. How can i develop this. Can anybody suggest some links for that. ...
Hi all. I want to create my own personal login gateway into Gmail/Facebook/any other site. In this gateway I enter my master username and password, then I can choose where to login (gmail/facebook/etc) without entering those usernames because they are stored on the server. I tried to implement this by using cURL to send POST request wi...
i am thinking of a browser extension for facebook. now in the app details -- advanced, should i choose a Web app or a Desktop app. and how do i authenticate? i am going to be making this in javascript. ...
Hi all, I am building a small facebook app. In my app I am trying to get a list of my friend's friends. When I perfrom this I receive an error from facebook that I cannot select information about people that are not me (I was trying to retrieve my friend's friends ) Here is an example of what I mean: User A - Uses the application User...
i am starting to build a facebook extension app. i got the api auth part working. now as i request anything using the javascript api, i am unable to. for example: <div id="profile_pics"></div> <script type="text/javascript"> var widget_div = document.getElementById("profile_pics"); FB.ensureInit(function () { FB.Facebook.get_sessionS...
I am trying to write a Facebook application that can post to a Facebook fan page (not a user page), using streamPublish. However, I'm having a hard time finding documentation on how to let the backend program stay "logged in" between sessions. I've deduced that it has something to do with the session secret and key, but I've found no goo...
Hi all, I want to get a list of all users (even if they are my friends or not) who are using my facebook application. Is this possible? If so, how? And another quick question if we're still here :) Assue I have a facebook id of a person, can I retrieve his name by using it? Thank you! ...
Is it possible to (perhaps with Firebug) or some other method to select ALL your contacts in ONE GO when creating an event on Facebook? How? ...
Any examples, tips, guidance for the following scenario? I have used Apache HttpClient to simulate the functionality of browser to access facebook through java application. to do that first i have to provide user credentials. i have used examples provided in the following web site. http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/t...
hi I was wondering if anyone knows how to gather data from millions of people around the globe via these social networks in order to get the statistics. I need this for a project I'm trying to do and do not need to know the actual person posting such information (such as statuses, comments, information about them, etc) so as not to brea...
i want to add code for invite friend in my facebookapplication using asp.net <p>Invite a friend to use this application... <fb:request-form action="default2.aspx" method="POST" invite="true" type="Ankush" content="You have been invited to the Test Example application. <% = Server.HtmlEncode("<fb:req-choice url=""http://apps.facebook.com...
I have created a face book connect its loads the facebook connect popup ask for username and password .On entering values the popup displays the connect url which i created in application.the popup will not close.pls help thanks in advance ...
The topic may be a bit ambiguous. I am writing a Python application. I want to upload it on Facebook as a Facebook application (NOT Facebook Connect). But I am having the hardest time figuring out how to implement the features of my application with Facebook. My application currently uses a MySQL database. Now I want a user of Facebook...
HI all, I am working with asp.net with c#.net Here i am using session state to pass the value from one page to another. i have two pages, in first page i am calculating the value and passing the value to second page using session and in second page i am displaying the message through the value. I am using these two pages for facebook...
I am attempting to add functionality to my Django app: when a new post is approved, I want to update the corresponding Facebook Page's status with a message and a link to the post automatically. Basic status update. I have downloaded and installed pyfacebook - and I have read through the tutorial from Facebook. I have also seen this s...
i am making a facebook app in python with django. now i have successfully resolved the callback url to my localhost account. but the app is not displaying on facebook. when i navigate to apps.facebook.com/'myappname', it authenticates and then displays the file list on project folder? ...
I am creating a Facebook app in Python + Django. I followed all the instructions mentioned on this page: http://wiki.developers.facebook.com/index.php/User%3APyFacebook%5FTutorial But it ended up giving me this error: The URL http://amitverma.dyndns.org/fbsample/?auth%5Ftoken=0e80c8dbba442763d2c539d6e64e992a is not valid. Please try aga...
Hi I've created a facebook fbml/api page that returns some content and it works. I need to ensure: That no-one can add the app to their own page. This is because the app only works for me - content behind the scenes is purely for me and not anyone else. The content is served from my own server of course. The content however is visibl...
Hi stackoverflow'ers, Quick questions here: What are the necessary tools/APIs to post something from Android to Facebook? I looked at this URL http://wiki.developers.facebook.com/index.php/User%3AAndroid and it mentioned a few suggestions. Have anyone tried fbrocket? What is Facebook Connect anyway? Thanks! Nicholas ...
I want to cral a facebook fanpage to get the details of all the members who are fans of that page. I there any function in the face book API which will help me. Or is ther any other way I can do this??? ...