I am trying to use the Venmo Android SDK but am running into an issue when I try and send a charge to multiple users. If i use this:
https://venmo.com/?txn=charge&amount=23.25¬e=for+dinner&recipients=hamilton#venmo.com,646.863.9557,john
in my computers web browser it pulls up the venmo site with three people that will split the charge, However if I try something like that in my android app it will only take the first recipient.
Any suggestions on how to fix this?
Venmo Confirmed that this is currently not possible in the android sdk.
Related
I'm writing mobile application using PhoneGap.
This app intent to be installed on Ipad and Android Tablets.
I've HTML page which I need to implement two features on it:
Share (with other apps - such email, WhatsApp, Facebook, Twitter etc) and Print.
I would like to know what is the best way to do it.
In addition which format is the best to use in order to Share and Print (PDF? Other?)
Thank you,
Moshe
heres the plugin for printing, and theres plugin for sharing
It's my first posting on here (although I've been using this site for reference for quite some time).
I've been trying for several days now to find or dream up a way to use Facebook's "Single Sign On" from within a mobile web app (not a native iOS or Android app) to automatically sign a user into a web app if they are already logged into Facebook from the native Facebook app on their mobile device for example.
My limited knowledge is telling me that it can't be done since the mobile browser and the 'system' (iOS for example) are too separated (I can't, I don't think, have my mobile web app use or access the native Facebook app on a mobile device in any way).
I have found and read the iOS, Android AND Mobile documentation provided by Facebook (https://developers.facebook.com/docs/guides/mobile/) which all seems to make enough sense, but after days of trawling through everything else I could find on the subject there doesn't seem to be a way to use, for example, the Facebook app on an iPhone or Android device to automatically log a user in to my web app if he/she is already logged into Facebook.
I've read lots about doing this from within 3rd party native apps and also other people trying to achieve a similar thing from within Desktop apps but I'm trying and hoping to be able to achieve this from a web app running within a mobile web browser.
I'd be very grateful for any help, opinions or pointers in the right direction since I think this would be an excellent step forward in UI for mobile web apps to have (not just the native apps).
Many thanks in advance...
Probably a bit late to the party but in case anyone else is wondering yes it's possible with Cordova/Phonegap and the Facebook Connect Plugin: https://github.com/davejohnson/phonegap-plugin-facebook-connect/
Using the FB.getLoginStatus() method at startup allows to check if the user is already signed in with the native Facebook App and retrieve its profile. More details in the examples provided in the repo.
I have not yet implemented it myself, but seems possible according to:
http://developers.facebook.com/docs/mobile/web/build/#login
Does anyone have any suggestions for the best way to create a web link that, depending on the device the user is browsing with will direct them to a website (for laptop/desktops), the App Store (for iOS devices), the Play Store (for Android devices) or the Win8 store, with a default to the website if device type is unknown?
At the moment, the best option seems to be to direct users to a website exclusively, with smart banners that will show a link to the App Store on relevant devices using the following code in the site header:
<meta name="apple-itunes-app" content="app-id=myAppStoreID, affiliate-data=myAffiliateData, app-argument=myURL">
But this is inelegant and can be missed by site visitors plus the additional step leads to a high dropoff. Any suggestions or thoughts would be appreciated!
Rather delayed reply but here goes:
Detect which OS is being used using Javascript code. Link
Change the hyperlink based on whether it is an iPhone Android or Windows.
If its iPhone use this, if its Android use this and for Windows use this
Hope that helped!
I am planing to build an android app, which will have user posted content and comment on that content. I want to use a ready made solution for the comments, which is also viral.
For example, using Facebook comments for website can do the job. But I am not able to locate such a plugin for Android (java) app.
Is there a way I can do it easily? or should I build my app using phone gap or something like that and use fb comments widget.
Will there be any problem in approval if the app is in phone gap?
Thanks in advance!
#happyhardik This might be just what you're looking for: Socialize. http://www.GetSocialize.com. SDKs for both iOS and Android. Integration with Facebook (and soon Twitter). Let me know if it's what you wanted!
I have tried via <a href="market://search?q=pname:com.google.zxing.client.android"</a>
but it is not working.
I have also checked in Google Android T-mobile G1 but it does not show me link.
How can i embed link of android market application link in sms?
Use the alternative Market URI format:
http://market.android.com/search?q=pname:com.google.zxing.client.android
That will be picked up by the SMS application and become clickable, assuming you don't apply any HTML formatting, as danilo mentioned.
You can't use HTML in a SMS. A simple market://-Link would be handled by Android, but apparently the default SMS application doesn't support linking it.
For your own phone, you could try installing an alternative sms app, but for other phones it will be difficult to get this working without additional software.
Best option would probably be to file an issue in the Android bug tracker and to ask the developers to fix this issue: http://code.google.com/p/android/issues/list