Using Twitter API in Xamarin Forms

preview_player
Показать описание
Learn hwo to add Twitter page in Xamarin Forms. The Plugin.Twitter nuget package enable you to retrieve tweets of a user or retrieve twets with certain Hashtag.
Рекомендации по теме
Комментарии
Автор

The latest one should be on Twitter Fabric. Hopefully there will be more videos around using Xamarin.Forms with Twitter Fabric and its api(s).

limtohwei
Автор

I have this error: "'linqtotwitter 4.1.0'. You are trying to install this package into a project that targets '.NETPortable, Version=v4.5, Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author"

FlavioRausa
Автор

I get this error "Could not install package 'linqtotwitter 4.1.0'. You are trying to install this package into a project that targets '.NETPortable, Version=v4.5, Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author." please help

ahmadkharsah
Автор

get below error

Severity Code Description Project File Line Suppression State
Error Could not install package 'linqtotwitter 4.1.0'. You are trying to install this package into a project that targets '.NETPortable, Version=v4.5, Profile=Profile259', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. 0

PANDIT