Get data from link in android email account - php

I have a problem regarding link button in GMAIL account. I have mailed the market link from my android application with the help of PHP server. I open the application from market with following link market://. I want to send and get some more information with this link.
Any suggestions?
This funcationality is just like the email authentication.

Related

how to make my website logo show in email?

i developed a web application with personalized email through my cpanel (admin#tailorsmind.com), connected it with my application through php (swiftmailer) in the source code, emails are going through for registration, login and forgot password but the problem I am simply having is my website logo won't simply just show up in each email that is sent.
I logged in the email in outlook, tried checking for image settings but couldn't get one.
also created a gmail account with the email and uploaded a logo but still not getting the result i am looking for . Please help !!!
it just keeps showing that question mark you see there and i don't want that.

How to send Mobile Application Link For iOS and Android In SMS API from PHP?

I have query about SMS API. I am aware about the SMS Gateway Integration Using SMS API
But my question is how to redirect the user to the respective marketplaces (Google Play and iOS app store) from the link sent via SMS gateway
Well I found some solution for redirecting users to there respective marketplaces.
Solution 1
Use third party tools which give you a single link to send via SMS and when user click on that link they will redirect to there market places.
below are some link which help you to get that Single link for your Mobile Application.
One Link
Branch Metrics
many more
Solution 2
Make a web page where you have to check user's device and Conditions to redirect user to there application store. Send Web Page Link in SMS.
Hope this will help Some one.

how to get admin email page from facebook graph API

hello i'm trying to figure out how to get the admin page email with facebook graph API.
is there any option to get this data with the API ? or an alternative way to get this data without facebook graph API.
thanks.
On the Page endpoint there is the emails field:
The emails listed in the About section of a Page
For an App there are two fields: contact_email and user_support_email:
Email address users can use to contact developers
and
Main contact email for this app where people can receive support
The policy forbids using any other mechanism but the API to retrieve information from Facebook (e.g. scraping is not allowed).

How to get developerToken for google adwords api?

I've downloaded the PHP client library for Google Adwords API. I need to insert my login details in /src/Google/Api/Ads/AdWords/auth.ini. One of the variable is developerToken.
How can I get it?
Directly from the API...
Your assigned Developer Token will be activated once your application
for API access is approved. Your token will be available through your
AdWords API Center—accessible through the My Account menu for the MCC
account you applied with. You'll be able to access the API by
including it in your request headers when interacting with our system.
It is very important that you keep your Contact Email up to date—we
may send you important information regarding disruptions to service
and urgent changes via this channel.
https://developers.google.com/adwords/api/docs/signingup
I understand this might be old, but since Google updated their API, let me share my experience.
You need to create an MCC account (My Client Center), basically if you already have a Google Adwords account you cannot use it to generate developerToken however, you still can you use same Gmail account to create a new MCC account.
Follow below:
https://adwords.google.com/home/tools/manager-accounts/
Click on Start Now
Probably you are already logged in using your Gmail account, in all cases use your Gmail account in the email address field.
Choose name for your account let's say main-account
Do not click save and continue
Check below picture, you need to click, click here in the message below.
You will then redirect to the main dashboard, where you can click on Tools and then under SETUP tab you will find Adwords API Centre where you will be able to generate developerToken
you have to use the developer token from your live account. The token will work fine even if its status is pending

How to grab gmail using php api, using oAuth?

i am able to download gmail contacts using the api. without entering the user's email and password.
Sending the authenticated request with a valid access_token i am able to grab all user;s contacts who has authenticated my application. now i want to download the users email messages from inbox.
If you grab contact , then YOu are familiar with oauth .so you just change url of contact graber of google to email..
I think YOu used this URL https://www.google.com/m8/feeds/contacts/default/full/ to get contact after authentication.Instad of this use https://mail.google.com/mail/feed/atom/ URL..
For playground visit this url : https://code.google.com/oauthplayground/?code=4/-UYL6NIP2avszVz3hTNIs6Z8vmOe

Categories