Is there any way to get whatsapp profile pic?? ios [closed] - ios

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 11 months ago.
Improve this question
Can i get the whatsapp profile pictures. Is there any chance. Is whatsapp given that feature ?? Is there any integration or any code please provide me
Suggest me pls.
Thanks

WhatsApp does not provide any API or SDK for developers.
Still you can look into this GitHub project for some reference.
https://github.com/venomous0x/WhatsAPI
You can also look into this discussion group.
http://www.quora.com/Does-WhatsApp-have-an-API
But mostly the answer to your question is NO. I am not sure if there is a little hack to get what you want.

Related

Use share in IOS [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I think, that everybody use share feature in your iDevice. So I decided to add this feature to my mobile-manager app, but I don't know how to start. Share link in documentation or other information about this thing, please
Use UIActivityViewController. It’s very simple you’ll get it!

Twitter share in responsive website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
<img src="img/twitter-button.png" alt="">
I used above code for twitter share in my website. In this method have issue in redirect.
How to fix this issue?
I need solution for mobile website
Well as I understand your question It's flexible enough to redirect you URL after tweet Check out below URL same question there:
Callback after posting message to Twitter
For all available options in this approach:
https://dev.twitter.com/web/tweet-button/web-intent
I would recommend here that you should use open in another window approach see below link:
https://dev.twitter.com/web/intents

Phonegap how to tweet on behalf of user [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Just a quick question. Is it possible to have a 1 time twitter login on my app and at certain points i can send a tweet as that user because they are logged in?
Thanks in advance
It turns out that this isn't possible as twitters oath needs backend auth..
And fack all you down voters, was it so hard to answer a simple question rather than downvote..

How to test the web on ipad or other android‘s telephones? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I want to test my web on ipad or others.But i don't know how to do. I want to see display in different screen.And I want to test the function on different platform. Can you tell me any tools or any website ?
Do you mean you want to test your app on an iPad ? If that's what you mean then you need a developer account (developer.apple.com), then register the device. There are guides in the Dev Library for that :)

iPad development- copying the result [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am fresh to the iPad app development. Now I am developing a calculator. And I want copy my result of the calculation to textEdit or to my mail which is outside the application. How can I do it?
if the text is selectable users should be able to copy and paste the information using the iOS clipboard themselves, this is probably the easiest option if you don't have a specific other application for them to copy to.
You can use Apple's APIs to send an email and put the result into the body/subject as necessary, this would provide a much nicer user experience.
See this answer for more details.

Resources