After some googling and stackoverflow surfing, i didn't find any description of my problem, and it would be great if somebody help me
I am making an app on iPhone(supporting 4.0 and up), with FB share function.
Everything works just great untill I do next things:
I will login in my app. Sharing works awesome whatever i'll do. But if I log out from the website on my PC, and try again to summon the FB dialog window, it will show the following:
An error occurred. Please try again later.
Well, I don't really get what it is related to... Hope somebody can help me with that! Any ideas will be greatly appreciated...
Did you allocate FBDialog with correct AppID.This is a usual mistake, check this link
Related
As I mentioned in the topic I am wondering if there is any way to run an app in fullscreen right from my app.
I tried to use Accessibility, but I haven't found anything that could help. I also tried to use NSWorkspace, but the result is the same. I'm stuck.
Could anyone help me?
I've been struggling with this for a couple hours now and none of the answers I seem to find have done the trick for me, I want to integrate a Feed Dialog to my app and I'm testing it in localhost, the thing is I can't get it to work, the window opens and I'm told that I'm not in a valid URL for my app, but I've added localhost in the section it's supposed to go, here is how my app basic settings look, am I missing something? I really appreciate any help.
Right, I just feel the need to get this off my chest before I explode.
I have made an app using phonegap which actually works very smooth as it's using SVG and very simple but I feel this could be a very addictive little game. the only thing that is letting it down is that I want the user to be able to share their score on Facebook.
Facebook Connect plugin for Phonegap is the worst pile of crap I have ever come across. This is the millionth time I have come back to an Idea, thinking this plugin would have over time (I'm talking years) would have a simple step by step clear set of instructions on how to install but I have NEVER been able to get this working. Before anyone comments on "well why dont you post the errors" theres no point, every time it's a different problem, everyone on the internet cannot get this thing working it's pointless so please, I beg of you can you not post "there is a plugin which can do this easily", it CANT!!
Right, now my rant is over... I have come across this little plugin https://github.com/ccoenraets/OpenFB which, on the face of things does what it says on the tin. My only problem is, (again no clear documentation anywhere on the web for setting up a Facebook app for someone who has never done it before) I dont know what platform to add and what settings to set.
Can anyone state, for a Phonegap application making HTTP requests to the Graph API, what the following should be:
Platform
App Domain
The Platform Basic Settings
If anyone can help it would be very much appreciated
Regards
I am using OpenFB successfully (almost..)
You don't need any special permissions for android application defined in facebook application. Just copy openfb.js library and look at example code.
EDIT: actually I had small erorr in logic which caused me trouble, it wasn't openfb's error.
I want to allow the user to access the data of iphone app through the google credentials. Is there any app or source code to implement same on my iphone app.
Please suggest step by step. I tried a lot of times but not succeeded.
please anyone's help will be most appreciated.
Thank you,
Madan Mohan.
Maybe a dead end, but try
http://code.google.com/p/gdata-objectivec-client/
Here is a blog http://johntwang.com/blog/2009/06/08/how-to-use-google-apis-with-iphone-sdk/
Hope it helps
Update: Found this http://googlemac.blogspot.com/2009/03/using-google-apis-in-iphone-app.html
I am building a website that runs on IPhone. I am facing a issue where in the application works on browsers and emulator. But its not working on real IPhone device.(Basically my login submit is not happening on IPhone!)
Also the console doesnt shown me any error on IPhone. Have anybody faced such an issue. What could be the issue any idea.......solution is appreciated!
Thanks,
Justin Samuel.
I found the cause of the issue.Basically my config has a setting which gives my site url. eg: currently it was something like http://xyz.com.
Now this worked on normal browsers and emulators. But when it comes to IPHone i had to change the config variable with something like http://www.xyz.com.
Browser was smart enuf to find out what the handle this but not IPhone browser.
Thanks Mahboudz and Mike for you valuble time. Yes I should have added more details while giving the question. Sorry for that!!
Thanks All.