Dear All,
my socket library which is implemented using winsock2 is working properly.
But when ESET Nod32 installed on the computer, connect() function returns 0(zero) ,that is success, even if remote host is not available.
I looked with netstat -b command and saw that ekrn.exe is accepting the client.
And after couple of seconds it sen...
Hello,
I am using iPhone Connect to link my application to Facebook. Is there anyway to let user join a Page/Group on Facebook, right from the Application?
Thanks in advance.
...
Hello everyone.
I have a mobile app webservice client that connects to a WCF webservice(on my PC) deployed in a WiMo Device. The OS is Windows Mobile 6.0. It is connected to my PC using a USB cable and ActiveSync 4.5.
Problem:
When I use a mobile emulator to run the application, it was able to connect to the web service successfully. ...
I want to add twitter oauth just like facebook connect in my site like this site http://mytweeple.com/default.aspx. Need help on this how i can do this.
Regards,
...
Hey guys,
When using the Facebook Connect AS API, the user will be prompted to log in to FB in a pop up window. At this point I want to block interaction in my flash movie and wait for them to complete logging in (or potentially close/cancel and not log in). I have seen examples where people put up a Flex "Alert" box with some hint li...
Using the Oracle Data Provider for .NET, my application connects to the database using the privileged SYS user. The connection string is as follows:
Data Source=MyTnsName;User ID=sys;Password=MySysPassword;DBA Privilege=SYSDBA
This works fine with Oracle 10, but Oracle 11 keeps complaining about an invalid username or password. I veri...
Hi all,
I need to connect to SAP and do a simple update but it will be the first time for me connecting to SAP and i know almost nothing. After some search on web i learned that there is an API which works only in visual studio 2003 (SAP .NET Connector).
But i have a win7 .net 3.5 sp1 system.
Is there any free way to connect to SAP u...
Hi,
Next week i am supposed to develop an asp.net application which will connect to SAP, retrieve some data, change them and send back to SAP. We decided to use web services to achieve this and now i just want to know what diffuculties may i face with?
I have URL of WSDL of the Web Service, will it be enough for me to adding web refer...
i am using facebook connect it is working fine but what i want now is i want to get the information of the currently logged in user. like name, email etc. I am working in asp.net 2.0
Regards
...
How can you connect to an itunes library in your iphone program. What api or classes are used in this. I need to make an app similar to the REMOTE app that exists. to be able to connect to a itunes library on someones computer and see their list of songs etc.
...
i have used facebook connect in my site but it is not working properly. when i click on facebook connect button it shows popup after that when i enter my login and password it shows the callback url in the same popup.
...
Follow the following direction in:
http://wiki.developers.facebook.com/index.php/Facebook_Connect_Via_SSL
to use SSL version facebook connect, some of CanvasUtil functions regarding the resizing doesn't seem to work, the code is as
following:
FB_RequireFeatures(["Connect","Api","CanvasUtil"], function() {
FB.Facebook.init(apiKey, ch...
I'm in the process of implementing Facebook Connect for my site, everything seems to be working fine so far except that the look of my popup dialog upon clicking on "Login with Facebook" is totally different from what I see on other sites like say Posterous.
I'm only getting a popup with the msg "Do you want to log in to with your Face...
i am using facebook connect with new platform in my asp.net web site which is in 2.0. i want to get user email and name. how i can do that. Regards.
...
Hi,
I am trying to implement Facebook Connect on a website. I am trying to work with Javascript SDK of Facebok. I am new to it and unfortunately most of links provided in Facebook WIKI are out of date... Returning 404 not found. Anyway I added this code before the ending </body>:
<script src="http://static.ak.fbcdn.net/connect.php/js/F...
Hi,
I have an asp.net site and I use log in to facebook calling
http://www.facebook.com/login.php?api_key=API_KEY&connect_display=popup&v=1.0&next=http://localhost/site/login.aspx&cancel_url=http://www.facebook.com/connect/login_failure.html&fbconnect=true&return_session=true&skipcookie=true
Logs in very well...
I'm having two connected web parts, the consumer has a button that when I click refreshs the page, which in turns kills the connection. I need to use the passed value from the provider in the btn_Click event. How can I do that?. Is this possbile?.
...
hi friends
i m developing website which has facebook connect functionality, all the websit is working well with facebook connect, but only problem is that when i click to the logout button of facebook connect i got the popup window with the facebook CSS, which is not showing correctly, i want to change or update the CSS of facebook conne...
Hi all,
I am building a simple facebook iframe application. I've decided since the code is separate from facebook none the less, I will also create a connect website as well. In my connect website I'm trying to figure out the following:
I am using facebook's new api and I am calling the init function. I can't seem to figure out where I...
What would be possible/best practice for a Photo Contest app?
Saving photos to a database and refreshing the contents with an "infinite session"? Exporting photos to my site getting written consent from my user?
I've gathered that it won't be possible to present users with a number of photos to vote on because the permissions for use...